Start CSIH data transmission by master mode.
This API function repeats the 2 byte-level CSIH transmission from the buffer specified in argument tx_buf the number of times specified in argument tx_num. |
R_CSIHm_Start must be called before this API function is called. |
#include "r_cg_macrodriver.h" MD_STATUS R_CSIHm_Master_Send ( const uint16_t * tx_buf, uint16_t tx_num, uint32_t chipId ); |