![]() |
ChibiOS/RT Architecture - Reference Manual - Guides |
Trace buffer header. More...
#include <chdebug.h>

Data Fields | |
| unsigned | tb_size |
| Trace buffer size (entries). | |
| CtxSwcEvent * | tb_ptr |
| Pointer to the ring buffer front. | |
| CtxSwcEvent | tb_buffer [TRACE_BUFFER_SIZE] |
| Ring buffer. | |
Trace buffer header.
Definition at line 80 of file chdebug.h.
| unsigned TraceBuffer::tb_size |
Pointer to the ring buffer front.
Definition at line 83 of file chdebug.h.
Referenced by chDbgTrace(), and trace_init().
| CtxSwcEvent TraceBuffer::tb_buffer[TRACE_BUFFER_SIZE] |
1.7.1