Home
last modified time | relevance | path

Searched refs:ALD_I2C_GET_IT_FLAG (Results 1 – 3 of 3) sorted by relevance

/bsp/essemi/es32vf2264/drivers/
A Ddrv_i2c.c147 if (ALD_I2C_GET_IT_FLAG(hperh, ALD_I2C_IT_ARLO)) { in _i2c_wait_txe()
152 if (ALD_I2C_GET_IT_FLAG(hperh, ALD_I2C_IT_NACK) == SET) { in _i2c_wait_txe()
/bsp/essemi/es32vf2264/libraries/ALD/ES32VF2264/Include/
A Dald_i2c.h347 #define ALD_I2C_GET_IT_FLAG(x, y) (READ_BIT((x)->perh->RIF, (y))) macro
/bsp/essemi/es32vf2264/libraries/ALD/ES32VF2264/Source/
A Dald_i2c.c3505 while (ALD_I2C_GET_IT_FLAG(hperh, flag) == RESET) in i2c_wait_master_addr_to_timeout()
3531 if (ALD_I2C_GET_IT_FLAG(hperh, ALD_I2C_IT_ARLO)) in i2c_wait_txe_to_timeout()
3537 if (ALD_I2C_GET_IT_FLAG(hperh, ALD_I2C_IT_NACK) == SET) in i2c_wait_txe_to_timeout()

Completed in 17 milliseconds