Functions
USART_Basic_init
Initialize USART interface If module is configured to disabled state, the clock to the USART is disabled if this is supported by the device's clock system.
USART_Basic_enable
Enable RX and TX in USART_Basic.
USART_Basic_enable_rx
Enable RX in USART_Basic.
USART_Basic_enable_tx
Enable TX in USART_Basic.
USART_Basic_disable
Disable USART_Basic.
USART_Basic_get_data
Get recieved data from USART_Basic.
USART_Basic_is_tx_ready
Check if the usart can accept data to be transmitted.
USART_Basic_is_rx_ready
Check if the USART has received data.
USART_Basic_is_tx_busy
Check if USART_Basic data is transmitted.
USART_Basic_read
Read one character from USART_Basic.
USART_Basic_write
Write one character to USART_Basic.
USART_Basic_set_ISR_cb
Set call back function for USART_Basic.
Parent topic:
USART Basic