ITM_SendChar() is only used within CMSIS.
 
Symbols
loading...
Files
loading...

ITM_SendChar() function

ITM Send Character Transmits a character via the ITM channel 0, and \li Just returns when no debugger is connected that has booked the output. \li Is blocking when a debugger is connected, but the previous character sent has not been transmitted.

Syntax

__STATIC_INLINE uint32_t ITM_SendChar (uint32_t ch);

Arguments

ch

Return value

Character to transmit.

References

LocationText
core_cm4.h:2064
__STATIC_INLINE uint32_t ITM_SendChar (uint32_t ch)

Data Use

Data read by ITM_SendChar()
Data written by ITM_SendChar()
ITM_SendChar()
all items filtered out
Type of ITM_SendChar()
ITM_SendChar()
uint32_t
all items filtered out