Home
last modified time | relevance | path

Searched refs:I2C_MASTER_EVENT_TX_COMPLETE (Results 1 – 4 of 4) sorted by relevance

/hal_renesas-latest/drivers/rz/fsp/inc/api/
Dr_i2c_master_api.h65 I2C_MASTER_EVENT_TX_COMPLETE = 3 ///< A transmit operation was completed successfully enumerator
/hal_renesas-latest/drivers/ra/fsp/inc/api/
Dr_i2c_master_api.h63 I2C_MASTER_EVENT_TX_COMPLETE = 3 ///< A transmit operation was completed successfully enumerator
/hal_renesas-latest/drivers/rz/fsp/src/rzg/r_riic_master/
Dr_riic_master.c1205 event = (p_ctrl->read) ? I2C_MASTER_EVENT_RX_COMPLETE : I2C_MASTER_EVENT_TX_COMPLETE; in iic_master_spi_master()
1236 event = (p_ctrl->read) ? I2C_MASTER_EVENT_RX_COMPLETE : I2C_MASTER_EVENT_TX_COMPLETE; in iic_master_sti_master()
/hal_renesas-latest/drivers/ra/fsp/src/r_iic_master/
Dr_iic_master.c1208 event = (p_ctrl->read) ? I2C_MASTER_EVENT_RX_COMPLETE : I2C_MASTER_EVENT_TX_COMPLETE; in iic_master_err_master()