OpenCSD - CoreSight Trace Decode Library  0.14.0
Public Attributes | List of all members
_etmv4_trace_info_t Union Reference

#include <trc_pkt_types_etmv4.h>

Public Attributes

uint32_t val
 trace info full value. More...
 
struct {
   uint32_t   cc_enabled:1
 1 if cycle count enabled More...
 
   uint32_t   cond_enabled:3
 conditional trace enabeld type More...
 
   uint32_t   p0_load:1
 1 if tracing with P0 load elements (for data trace) More...
 
   uint32_t   p0_store:1
 1 if tracing with P0 store elements (for data trace) More...
 
bits
 bitfields for trace info value. More...
 

Detailed Description

Definition at line 152 of file trc_pkt_types_etmv4.h.

Member Data Documentation

◆ bits

struct { ... } _etmv4_trace_info_t::bits

bitfields for trace info value.

◆ cc_enabled

uint32_t _etmv4_trace_info_t::cc_enabled

1 if cycle count enabled

Definition at line 155 of file trc_pkt_types_etmv4.h.

◆ cond_enabled

uint32_t _etmv4_trace_info_t::cond_enabled

conditional trace enabeld type

Definition at line 156 of file trc_pkt_types_etmv4.h.

◆ p0_load

uint32_t _etmv4_trace_info_t::p0_load

1 if tracing with P0 load elements (for data trace)

Definition at line 157 of file trc_pkt_types_etmv4.h.

◆ p0_store

uint32_t _etmv4_trace_info_t::p0_store

1 if tracing with P0 store elements (for data trace)

Definition at line 158 of file trc_pkt_types_etmv4.h.

◆ val

uint32_t _etmv4_trace_info_t::val

trace info full value.

Definition at line 153 of file trc_pkt_types_etmv4.h.


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