Starts FIFO embedded SCI transmission/reception (clock synchronous mode).
This API function repeats the byte-level SCI transmission from the buffer specified in argument tx_buf the number of times specified in argument tx_num.  | 
This API function repeats the byte-level SCI reception from the buffer specified in argument rx_buf the number of times specified in argument rx_num.  | 
When performing a SCI transmission/reception, R_SCIFAn_Start must be called before this API function is called.  | 
MD_STATUS R_SCIn_Serial_Send_Receive ( uint8_t * const tx_buf, uint16_t tx_num, uint8_t * const rx_buf, uint16_t rx_num );  |