Searched refs:ITMCHANNELS (Results 1 – 2 of 2) sorted by relevance
7 #define ITMCHANNELS (3) macro20 extern void* g_itm[ITMCHANNELS];
18 void* __attribute__((section (".ram2"))) g_itm[ITMCHANNELS] = {0};51 for(uint32_t n = 0; n < ITMCHANNELS; n++) in InitializeITM()