WL865E4-P  36.07.001
M2MB_DBG_CFG Struct Reference

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
 
VOIDcbCtx
 

Detailed Description

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.

Field Documentation

◆ bufferSize

UINT16 bufferSize

Total Size of the log buffer in bytes

Definition at line 144 of file m2mb_dbg.h.

◆ cb

User callback to handle command

Definition at line 148 of file m2mb_dbg.h.

◆ cbCtx

VOID* cbCtx

User callback context, to be passed when callback is called

Definition at line 149 of file m2mb_dbg.h.

◆ enableCI

UINT8 enableCI

Enable command interface

Definition at line 147 of file m2mb_dbg.h.

◆ logLevel

Messages at or above the configured level are displayed or logged

Definition at line 145 of file m2mb_dbg.h.

◆ port

Definition at line 143 of file m2mb_dbg.h.


The documentation for this struct was generated from the following file: