OpenCSD - CoreSight Trace Decode Library
1.3.3
|
#include <trc_pkt_types.h>
Public Attributes | |
uint32_t | En_bits |
uint8_t | num |
Definition at line 84 of file trc_pkt_types.h.
uint32_t _ocsd_pkt_atom::En_bits |
pattern across num bits. Bit sequence:- ls bit = oldest atom (1st instruction executed), ms bit = newest (last instruction executed), Bit values :- 1'b1 = E atom, 1'b0 = N atom.
Definition at line 90 of file trc_pkt_types.h.
uint8_t _ocsd_pkt_atom::num |
number of atoms represented
Definition at line 91 of file trc_pkt_types.h.