Searched refs:iic_master_read_write (Results 1 – 2 of 2) sorted by relevance
/hal_renesas-latest/drivers/ra/fsp/src/r_iic_master/ |
D | r_iic_master.c | 139 static fsp_err_t iic_master_read_write(i2c_master_ctrl_t * const p_api_ctrl, 302 err = iic_master_read_write(p_api_ctrl, p_dest, bytes, IIC_MASTER_TRANSFER_DIR_READ); in R_IIC_MASTER_Read() 334 err = iic_master_read_write(p_api_ctrl, p_src, bytes, IIC_MASTER_TRANSFER_DIR_WRITE); in R_IIC_MASTER_Write() 545 static fsp_err_t iic_master_read_write (i2c_master_ctrl_t * const p_api_ctrl, in iic_master_read_write() function
|
/hal_renesas-latest/drivers/rz/fsp/src/rzg/r_riic_master/ |
D | r_riic_master.c | 111 static fsp_err_t iic_master_read_write(i2c_master_ctrl_t * const p_api_ctrl, 279 err = iic_master_read_write(p_api_ctrl, p_dest, bytes, IIC_MASTER_TRANSFER_DIR_READ); in R_RIIC_MASTER_Read() 309 err = iic_master_read_write(p_api_ctrl, p_src, bytes, IIC_MASTER_TRANSFER_DIR_WRITE); in R_RIIC_MASTER_Write() 529 static fsp_err_t iic_master_read_write (i2c_master_ctrl_t * const p_api_ctrl, in iic_master_read_write() function
|