Starts IICA slave reception.
Remark | This API function performs byte-level IICA slave reception the number of times specified by the argument rx_num, and stores the data in the buffer specified by the argument rx_buf. |
[Syntax]
#include "r_cg_macrodriver.h"
void R_IICAn_Slave_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 received data
|
|
uint16_t rx_num;
|
Total amount of data to receive
|
[Return value]
None.