Home
last modified time | relevance | path

Searched defs:etm_context (Results 1 – 1 of 1) sorted by relevance

/dports/devel/openocd/openocd-0.11.0/src/target/
H A Detm.h162 struct etm_context { struct
168 struct etmv1_trace_data *trace_data; /* trace data */
170 uint32_t control; /* shadow of ETM_CTRL */
173 uint32_t pipe_index; /* current trace cycle */
175 bool data_half; /* port half on a 16 bit port */
176 bool pc_ok; /* full PC has been acquired */
177 bool ptr_ok; /* whether last_ptr is valid */
178 uint8_t bcd_vers; /* e.g. 0x13 == ETMv1.3 */
179 uint32_t config; /* cache of ETM_CONFIG value */
180 uint32_t id; /* cache of ETM_ID value, or 0 */
[all …]