Home
last modified time | relevance | path

Searched refs:ITM (Results 1 – 1 of 1) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/cmsis/stub/CMSIS/Core/Include/
Dcore_cm33.h2052 …#define ITM ((ITM_Type *) ITM_BASE ) /*!< ITM configuration stru… macro
3182 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()