|  | WE310F5
    39.00.000
    | 
Debug module configuration context.
  
 More...
#include <m2mb_dbg.h>
Debug module configuration context.
 
Structure to configure the module. This is used while initializing the module.
Definition at line 214 of file m2mb_dbg.h.
| UINT16 bufferSize | 
Total Size of the log buffer in bytes
Definition at line 217 of file m2mb_dbg.h.
User callback to handle command
Definition at line 221 of file m2mb_dbg.h.
| VOID* cbCtx | 
User callback context, to be passed when callback is called
Definition at line 222 of file m2mb_dbg.h.
| UINT8 enableCI | 
Enable command interface
Definition at line 220 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 218 of file m2mb_dbg.h.
| M2MB_UART_PORT_ID_E port | 
Definition at line 216 of file m2mb_dbg.h.
| M2MB_DBG_RECV_PROC_DONE_T recvDone | 
User callback to indicate the data received, is processed
Definition at line 227 of file m2mb_dbg.h.
| M2MB_DBG_SEND_T sendData | 
User API to consume the denug log, if UART port is not used for sending log
Definition at line 224 of file m2mb_dbg.h.
| VOID* userCtx | 
User context pointer for above two \ function pointer
Definition at line 229 of file m2mb_dbg.h.