1.2.3.4.25 SYS_CMD_INIT Struct
C
typedef struct { /* System module initialization */ SYS_MODULE_INIT moduleInit; uint8_t consoleCmdIOParam; /* Console index to receive debug messages */ SYS_MODULE_INDEX consoleIndex; } SYS_CMD_INIT;
Summary
Identifies the system command initialize structure.
Description
This structure identifies the system command initialize structure.
Remarks
None.