etm_counters is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

etm_counters variable

Syntax

static const struct etm_reg_info etm_counters[] = { #define ETM_COUNTER(i) \ { ETM_COUNTER_RELOAD_VALUE + (i) - 1, 16, WO, 0x10, \ "ETM_counter_" #i "_reload_value", }, \ { ETM_COUNTER_ENABLE + (i) - 1, 18, WO, 0x10, \ "ETM_counter_" #i "_enable", }, \ { ETM_COUNTER_RELOAD_EVENT + (i) - 1, 17, WO, 0x10, \ "ETM_counter_" #i "_reload_event", }, \ { ETM_COUNTER_VALUE + (i) - 1, 16, RO, 0x10, \ "ETM_counter_" #i "_value", } ETM_COUNTER(1), ETM_COUNTER(2), ETM_COUNTER(3), ETM_COUNTER(4), { 0, 0, 0, 0, NULL } #undef ETM_COUNTER };

References

LocationReferrerText
etm.c:152
static const struct etm_reg_info etm_counters[] = {
etm.c:362etm_build_reg_cache()
etm_counters, 4 * (0x07 & (config >> 13)));

Data Use

Functions reading etm_counters
etm_counters
all items filtered out
Type of etm_counters
etm_counters
all items filtered out