Nut/OS  5.0.5
API Reference
_t_traceitem Struct Reference

Item in the trace buffer. More...

#include <tracer.h>

Collaboration diagram for _t_traceitem:
[legend]

Data Fields

uint8_t tag
 Type of event.
unsigned int pc
 Additional information, depending on the type of the event.
unsigned int time_h
 Upper 16 bit of microseconds clock when event occured.
unsigned int time_l
 Lower 16 bit of microseconds clock when event occured.

Detailed Description

Item in the trace buffer.


Field Documentation

Type of event.

unsigned int _t_traceitem::pc

Additional information, depending on the type of the event.

unsigned int _t_traceitem::time_h

Upper 16 bit of microseconds clock when event occured.

unsigned int _t_traceitem::time_l

Lower 16 bit of microseconds clock when event occured.


The documentation for this struct was generated from the following file: