USART_Basic_is_tx_ready

Check if the usart can accept data to be transmitted.

bool USART_Basic_is_tx_ready(
)

Returns

Type: bool

The status of USART TX data ready check

false

The USART can not receive data to be transmitted

true

The USART can receive data to be transmitted