Starts SPI data reception.
[Syntax]
void R_SAIC_Read ( const smartanalog_t * p_saic_data, smartanalog_t * p_saic_read_buf );
|
[Argument(s)]
|
|
|
|
const smartanalog_t
* p_saic_data;
|
Pointer to area to store the received data
|
|
smartanalog_t
* p_saic_read_buf;
|
Pointer to a buffer to store the received data
|
[Return value]
None.