Starts FIFO embedded SCI reception (asynchronous mode).
Remarks 1. | 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. |
Remarks 2. | When performing a SCI reception, R_SCIFAn_Start must be called before this API function is called. |
[Syntax]
MD_STATUS R_SCIFAn_Serial_Receive ( uint8_t * const rx_buf, uint16_t rx_num );
|
Remark | n is the channel number. |
[Argument(s)]
|
|
|
|
uint8_t * const rx_buf;
|
Pointer to a buffer to store the reception data
|
|
uint16_t rx_num;
|
Total amount of data to receive
|
[Return value]
|
|
MD_OK
|
Normal completion
|
MD_ARGERROR
|
Invalid argument
|