ChibiOS/RT Logo ChibiOS/RT

Architecture - Reference Manual - Guides

TraceBuffer Struct Reference
[Debug]

Trace buffer header. More...

#include <chdebug.h>

Collaboration diagram for TraceBuffer:
Collaboration graph
[legend]

Data Fields

unsigned tb_size
 Trace buffer size (entries).
CtxSwcEventtb_ptr
 Pointer to the ring buffer front.
CtxSwcEvent tb_buffer [TRACE_BUFFER_SIZE]
 Ring buffer.

Detailed Description

Trace buffer header.

Definition at line 80 of file chdebug.h.


Field Documentation

Trace buffer size (entries).

Definition at line 81 of file chdebug.h.

Referenced by trace_init().

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]

Ring buffer.

Definition at line 86 of file chdebug.h.

Referenced by chDbgTrace(), and trace_init().


Generated on Sun Jul 11 13:13:36 2010 for ChibiOS/RT by doxygen 1.6.3