Everything

FIFO embedded serial communications interface (SCIFA)

Below is a list of API functions output by the Code Generator for FIFO embedded serial communications interface use.

 

Table 3.26 API Functions: [FIFO Embedded Serial Communications Interface]

API Function Name

Function

R_SCIFAn_Create

Performs initialization necessary to control the FIFO embedded serial communications interface.

R_SCIFAn_Start

Starts FIFO embedded SCI communication.

R_SCIFAn_Stop

Ends FIFO embedded SCI communication.

R_SCIFAn_Serial_Send

EStarts FIFO embedded SCI transmission (asynchronous mode).

R_SCIFAn_Serial_Receive

Starts FIFO embedded SCI reception (asynchronous mode).

R_SCIFAn_Serial_Send_Receive

Starts FIFO embedded SCI transmission/reception (clock synchronous mode).

R_SCIFAn_Create_UserInit

Performs user-defined initialization relating to the FIFO embedded serial communications interface.

r_scifan_teif_interrupt

Performs processing in response to the transmit-end interrupts.

r_scifan_txif_interrupt

Performs processing in response to the transmit FIFO data empty interrupts.

r_scifan_rxif_interrupt

Performs processing in response to the receive FIFO data full interrupts.

r_scifan_erif_interrupt

Performs processing in response to the framing error or parity error interrupts.

r_scifan_brif_interrupt

Performs processing in response to the break or overrun interrupts.

r_scifan_drif_interrupt

Performs processing in response to the receive data ready interrupts.

r_scifan_callback_transmitend

Performs processing in response to the transmit-end interrupts.

r_scifan_callback_receiveend

Performs processing in response to the receive FIFO data full interrupts.

r_scifan_callback_error

Performs processing in response to the error interrupts.