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

ITM_RXBUFFER_EMPTY macro

Value identifying ITM_RxBuffer is ready for next character.

Syntax

#define ITM_RXBUFFER_EMPTY ((int32_t)0x5AA55AA5U)

References

LocationText
core_cm4.h:2053
#define ITM_RXBUFFER_EMPTY ((int32_t)0x5AA55AA5U) /*!< Value identifying \ref ITM_RxBuffer is ready for next character. */
core_cm4.h:2089
if (ITM_RxBuffer != ITM_RXBUFFER_EMPTY)
core_cm4.h:2092
ITM_RxBuffer = ITM_RXBUFFER_EMPTY; /* ready for next character */
core_cm4.h:2108
if (ITM_RxBuffer == ITM_RXBUFFER_EMPTY)