ITM is only used within CMSIS.
 
Symbols
loading...
Files
loading...

ITM macro

ITM configuration struct

Syntax

#define ITM ((ITM_Type *) ITM_BASE )

References

LocationText
core_cm4.h:1563
#define ITM ((ITM_Type *) ITM_BASE ) /*!< ITM configuration struct */
core_cm4.h:2066
if (((ITM->TCR & ITM_TCR_ITMENA_Msk) != 0UL) && /* ITM enabled */
core_cm4.h:2067
((ITM->TER & 1UL ) != 0UL) ) /* ITM Port #0 enabled */
core_cm4.h:2069
while (ITM->PORT[0U].u32 == 0UL)
core_cm4.h:2073
ITM->PORT[0U].u8 = (uint8_t)ch;