Below is a list of API functions output by the Code Generator for UART interface use.
Table 3.10
API Functions: [UART interface]
API Function Name
Function
R_UARTm_Create
Performs initialization necessary to control the UART interface functions.
R_UARTm_Create_UserInit
Performs user-defined initialization relating to the UART interface functions.
r_uartm_interrupt_receive
Performs processing in response to the UART reception interrupt.
r_uartm_interrupt_error
Performs processing in response to the UART error interrupt.
r_uartm_interrupt_send
Performs processing in response to the UART communication interrupt.
r_uartm_callback_receiveend
r_uartm_callback_sendend
r_uartm_callback_error
R_UARTm_Start
Sets UART communication to standby mode.
R_UARTm_Stop
Ends UART communication.
R_UARTm_Send
Start UART data transmission.
R_UARTm_Receive
Start UART data reception.