Everything
3.2.10 UART Interface

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

Performs processing in response to the UART reception interrupt.

r_uartm_callback_sendend

Performs processing in response to the UART communication interrupt.

r_uartm_callback_error

Performs processing in response to the UART error interrupt.

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.