33 typedef struct MSG_CMD_READREGISTER_S {
38 typedef struct MSG_CMD_WRITEREGISTER_S {
44 typedef struct MSG_CMD_READMEMORY_S {
50 typedef struct MSG_CMD_WRITEMEMORY_S {
79 typedef uint32_t (*
pMsg_CmdHandler_t)(uint8_t msgId,
int payloadLen,
const uint8_t* pPayload);
104 typedef struct MSG_CMD_HANDLER_S {
bool(* pMsg_AcceptCommandCb_t)(uint8_t msgId, int payloadLen, const uint8_t *pPayload)
Definition: msg_cmd.h:98
pMsg_CmdHandler_t handler
Definition: msg_cmd.h:111
uint32_t data
Definition: msg_cmd.h:40
uint8_t length
Definition: msg_cmd.h:46
uint32_t(* pMsg_CmdHandler_t)(uint8_t msgId, int payloadLen, const uint8_t *pPayload)
Definition: msg_cmd.h:79
uint8_t id
Definition: msg_cmd.h:106
Definition: msg_cmd.h:104
uint32_t address
Definition: msg_cmd.h:34