![]() |
WL865E4-P
36.07.001
|
Debug module configuration context.
More...
#include <m2mb_dbg.h>
Data Fields | |
M2MB_UART_PORT_ID_E | port |
UINT16 | bufferSize |
M2MB_DBG_LOG_SEVERITY_T | logLevel |
UINT8 | enableCI |
M2MB_DBG_CMD_CB_T | cb |
VOID * | cbCtx |
Debug module configuration context.
Structure to configure the module. This is used while initializing the module.
Definition at line 141 of file m2mb_dbg.h.
UINT16 bufferSize |
Total Size of the log buffer in bytes
Definition at line 144 of file m2mb_dbg.h.
User callback to handle command
Definition at line 148 of file m2mb_dbg.h.
VOID* cbCtx |
User callback context, to be passed when callback is called
Definition at line 149 of file m2mb_dbg.h.
UINT8 enableCI |
Enable command interface
Definition at line 147 of file m2mb_dbg.h.
M2MB_DBG_LOG_SEVERITY_T logLevel |
Messages at or above the configured level are displayed or logged
Definition at line 145 of file m2mb_dbg.h.
M2MB_UART_PORT_ID_E port |
Definition at line 143 of file m2mb_dbg.h.