MPISqNodeCommand
Definition
typedef struct MPISqNodeCommand { MPISqNodeCmdHeader header; uint32_t address; /* command resgisters */ uint32_t data; /* command data */ } MPISqNodeCommand;
Description
MPISqNodeCommand specifies the service command. It includes a header structure (channel, memory, size, and type), a destination address, and the data.
header | A structure that specifies the channel, memory region, and data size. See MPISqNodeCmdHeader. |
---|---|
address | A memory location to read or write the data. |
data | The command data to send. |