Searched refs:I2C_MASTER_EVENT_RX_COMPLETE (Results 1 – 4 of 4) sorted by relevance
64 I2C_MASTER_EVENT_RX_COMPLETE = 2, ///< A receive operation was completed successfully enumerator
62 I2C_MASTER_EVENT_RX_COMPLETE = 2, ///< A receive operation was completed successfully enumerator
1205 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()
1208 event = (p_ctrl->read) ? I2C_MASTER_EVENT_RX_COMPLETE : I2C_MASTER_EVENT_TX_COMPLETE; in iic_master_err_master()