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

ETM_SEQ macro

Syntax

#define ETM_SEQ(i) \     { ETM_SEQUENCER_EVENT + (i), 17, WO, 0x10, \     "ETM_sequencer_event" #i, }

Arguments

i

References

LocationText
etm.c:171
#define ETM_SEQ(i) \
etm.c:180
#undef ETM_SEQ
etm.c:174
ETM_SEQ(0), /* 1->2 */
etm.c:175
ETM_SEQ(1), /* 2->1 */
etm.c:176
ETM_SEQ(2), /* 2->3 */
etm.c:177
ETM_SEQ(3), /* 3->1 */
etm.c:178
ETM_SEQ(4), /* 3->2 */
etm.c:179
ETM_SEQ(5), /* 1->3 */