Production Line Tool v5.0
The DA1470x Production Line Tool Software Package
Loading...
Searching...
No Matches
Typedefs | Enumerations
Debug enumerations

The various debug enumerations. More...

Typedefs

typedef enum _DBG_OUTPUT DBG_OUTPUT
 Enumeration that enables the different debug outputs. More...
 
typedef enum _DBG_LEVEL DBG_LEVEL
 Enumeration for the different debug levels. More...
 

Enumerations

enum  _DBG_OUTPUT { DBG_TO_STDIO = 0x1 , DBG_TO_FILE = 0x2 , DBG_TO_CLBK = 0x4 , DBG_OUTPUT_INVALID = 0x8 }
 Enumeration that enables the different debug outputs. More...
 
enum  _DBG_LEVEL { DBG_LVL_ERR = 0x1 , DBG_LVL_INFO = 0x2 , DBG_LVL_DEBUG = 0x4 , DBG_LVL_INVALID = 0x8 }
 Enumeration for the different debug levels. More...
 

Detailed Description

The various debug enumerations.

Typedef Documentation

◆ DBG_LEVEL

typedef enum _DBG_LEVEL DBG_LEVEL

Enumeration for the different debug levels.

◆ DBG_OUTPUT

typedef enum _DBG_OUTPUT DBG_OUTPUT

Enumeration that enables the different debug outputs.

Enumeration Type Documentation

◆ _DBG_LEVEL

enum _DBG_LEVEL

Enumeration for the different debug levels.

Enumerator
DBG_LVL_ERR 

Error debug level.

DBG_LVL_INFO 

Information debug level.

DBG_LVL_DEBUG 

Level for simple debug prints.

DBG_LVL_INVALID 

Invalid debug level.

Definition at line 110 of file dbg_dll.h.

◆ _DBG_OUTPUT

Enumeration that enables the different debug outputs.

Enumerator
DBG_TO_STDIO 

Send debug information to the default stdio output.

DBG_TO_FILE 

Send debug information to a file.

DBG_TO_CLBK 

Use a callback function.

DBG_OUTPUT_INVALID 

Invalid debug output.

Definition at line 97 of file dbg_dll.h.