Searched refs:ITM (Results 1 – 1 of 1) sorted by relevance
2052 …#define ITM ((ITM_Type *) ITM_BASE ) /*!< ITM configuration stru… macro3182 if (((ITM->TCR & ITM_TCR_ITMENA_Msk) != 0UL) && /* ITM enabled */ in ITM_SendChar()3183 ((ITM->TER & 1UL ) != 0UL) ) /* ITM Port #0 enabled */ in ITM_SendChar()3185 while (ITM->PORT[0U].u32 == 0UL) in ITM_SendChar()3189 ITM->PORT[0U].u8 = (uint8_t)ch; in ITM_SendChar()