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

ITM_TCR_BUSY_BIT macro

Syntax

#define ITM_TCR_BUSY_BIT BIT(23)

References

LocationText
cortex_m.h:28
#define ITM_TCR_BUSY_BIT BIT(23)
armv7m_trace.c:53
} while (itm_tcr & ITM_TCR_BUSY_BIT);