R_SCI3m_Multiprocessor_Receive
|
Starts SCI3 data reception by multiprocessor mode.
Remark 1. | This API function performs byte-level SCI3 reception the number of times specified by the argument rx_num, and stores the data in the buffer specified by the argument rx_buf. |
Remark 2. | Starts after this API function is called, and R_SCI3m_Start is then challed. |
[Syntax]
MD_STATUS R_SCI3m_Multiprocessor_Receive( uint8_t * rx_buf, uint16_t rx_num, uint8_t rx_id);
|
Remark | m is the channel number. |
[Argument(s)]
|
|
|
|
uint8_t * const rx_buf;
|
Pointer to a buffer storing the received data
|
|
uint16_t rx_num;
|
Total amount of data to receive
|
|
uint8_t rx_id;
|
Reception id
|
[Return value]
|
|
MD_OK
|
Normal completion
|
MD_ARGERROR
|
Invalid argument specification
|