Home
last modified time | relevance | path

Searched refs:_i2c_wait_flag (Results 1 – 2 of 2) sorted by relevance

/bsp/essemi/es32vf2264/drivers/
A Ddrv_i2c.c128 int _i2c_wait_flag(ald_i2c_handle_t *hperh, uint32_t flag, flag_status_t status, uint32_t timeout) in _i2c_wait_flag() function
175 if (_i2c_wait_flag(hperh, ALD_I2C_STAT_BUSY, SET, 100) != ALD_OK) in _i2c_master_send()
214 if (_i2c_wait_flag(hperh, ALD_I2C_STAT_TCR, RESET, 10) == ALD_OK) { in _i2c_master_send()
233 if ((flag&_I2C_NO_STOP)!=0&&_i2c_wait_flag(hperh, ALD_I2C_STAT_TCR, RESET, 10) == ALD_OK) in _i2c_master_send()
238 if (_i2c_wait_flag(hperh, ALD_I2C_STAT_TC, RESET, 10) == ALD_OK) { in _i2c_master_send()
/bsp/essemi/es32f369x/drivers/
A Ddrv_i2c.c130 int _i2c_wait_flag(i2c_handle_t *hperh, uint32_t flag, flag_status_t status, uint32_t timeout) in _i2c_wait_flag() function
177 if (_i2c_wait_flag(hperh, I2C_STAT_BUSY, SET, 100) != OK) in _i2c_master_send()
218 if (_i2c_wait_flag(hperh, I2C_STAT_TCR, RESET, 10) == OK) { in _i2c_master_send()
238 if ((flag&_I2C_NO_STOP)!=0&&_i2c_wait_flag(hperh, I2C_STAT_TCR, RESET, 10) == OK) in _i2c_master_send()
243 if (_i2c_wait_flag(hperh, I2C_STAT_TC, RESET, 10) == OK) { in _i2c_master_send()

Completed in 10 milliseconds