![]() |
ChibiOS/RT Architecture - Reference Manual - Guides |
Debug macros and structures. More...
Go to the source code of this file.
Data Structures | |
| struct | CtxSwcEvent |
| Trace buffer record. More... | |
| struct | TraceBuffer |
| Trace buffer header. More... | |
Defines | |
| #define | TRACE_BUFFER_SIZE 64 |
| Trace buffer entries. | |
| #define | STACK_FILL_VALUE 0x55 |
| Fill value for thread stack area in debug mode. | |
| #define | THREAD_FILL_VALUE 0xFF |
| Fill value for thread area in debug mode. | |
| #define | chDbgCheck(c, func) |
| Function parameter check. | |
| #define | chDbgAssert(c, m, r) |
| Condition assertion. | |
Debug macros and structures.
Definition in file chdebug.h.
1.7.1