Below is a list of API functions output by the Code Generator for serial communication interface 3 use.
Table 3.9
API Functions: [Serial communication interface 3]
API Function Name
Function
R_SCI3m_Create
Performs initialization necessary to control the serial communication interface 3 functions.
R_SCI3m_Create_UserInit
Performs user-defined initialization relating to the serial communication interface 3 functions.
r_sci3m_interrupt_receive
Performs processing in response to the SCI reception interrupt.
r_sci3m_interrupt_error
Performs processing in response to the SCI error interrupt.
r_sci3m_interrupt_send
Performs processing in response to the SCI transmit interrupt.
r_sci3m_interrupt_sendend
Performs processing in response to the SCI transmit end interrupt.
r_sci3m_callback_receiveend
r_sci3m_callback_sendend
r_sci3m_callback_error
R_SCI3m_Start
Sets SCI communication to standby mode.
R_SCI3m_Stop
Ends SCI3 communication.
R_SCI3m_Send
Starts SCI3 data transmission.
R_SCI3m_Receive
Starts SCI3 data reception.
R_SCI3m_Multiprocessor_Send
Starts SCI3 data transmission by multiprocessor mode.
R_SCI3m_Multiprocessor_Receive
Starts SCI3 data reception by multiprocessor mode.