ChibiOS  21.6.0
chdebug.h File Reference

Debug support macros and structures. More...

Go to the source code of this file.

Data Structures

struct  ch_system_debug
 System debug data structure. More...
 

Macros

Debug related settings
#define CH_DBG_STACK_FILL_VALUE   0x55
 Fill value for thread stack area in debug mode. More...
 
Macro Functions
#define chDbgCheck(c)
 Function parameters check. More...
 
#define chDbgAssert(c, r)
 Condition assertion. More...
 

Typedefs

typedef struct ch_system_debug system_debug_t
 System debug data structure. More...
 

Functions

static void __dbg_object_init (system_debug_t *sdp)
 Debug support initialization. More...
 

Detailed Description

Debug support macros and structures.

Definition in file chdebug.h.