aTxEndMessage is only used within UART_HyperTerminal_IT.
 
Symbols
loading...
Files
loading...

aTxEndMessage variable

Syntax

uint8_t aTxEndMessage[] = "\n\r Example Finished\n\r";

References

LocationReferrerText
main.c:44
uint8_t aTxEndMessage[] = "\n\r Example Finished\n\r";
main.c:164main()
if(HAL_UART_Transmit_IT(&UartHandle, (uint8_t*)aTxEndMessage, TXENDMESSAGESIZE)!= HAL_OK)

Data Use

Functions reading aTxEndMessage
aTxEndMessage
all items filtered out
Type of aTxEndMessage
aTxEndMessage
uint8_t
all items filtered out