Starts CSI data transmission.
Remarks 1. | This API function repeats the byte-level CSI transmission from the buffer specified in argument tx_buf the number of times specified in argument tx_num. |
Remarks 2. | When performing a CSI transmission, R_CSImn_Start must be called before this API function is called. |
[Syntax]
#include "r_cg_macrodriver.h"
MD_STATUS R_CSImn_Send ( uint8_t * const tx_buf, uint16_t tx_num );
|
Remark | m is the unit number, and n is the channel number. |
[Argument(s)]
|
|
|
|
uint8_t * const tx_buf;
|
Pointer to a buffer storing the transmission data
|
|
uint16_t tx_num;
|
Total amount of data to send
|
[Return value]
|
|
MD_OK
|
Normal completion
|
MD_ARGERROR
|
Invalid argument specification
|