Home
last modified time | relevance | path

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

/bsp/essemi/es32vf2264/drivers/
A Ddrv_i2c.c133 while (ALD_I2C_GET_FLAG(hperh, flag) == status) { in _i2c_wait_flag()
146 while (ALD_I2C_GET_FLAG(hperh, ALD_I2C_STAT_TXE) == RESET) { in _i2c_wait_txe()
/bsp/essemi/es32vf2264/libraries/ALD/ES32VF2264/Include/
A Dald_i2c.h349 #define ALD_I2C_GET_FLAG(x, y) ((((x)->perh->STAT) & ((y) & ALD_I2C_FLAG_MASK)) != RESET) macro
/bsp/essemi/es32vf2264/libraries/ALD/ES32VF2264/Source/
A Dald_i2c.c3242 while (!ALD_I2C_GET_FLAG(hperh, ALD_I2C_STAT_TXE)) in i2c_req_mem_read()
3469 while (ALD_I2C_GET_FLAG(hperh, flag) == RESET) in i2c_wait_flag_change_to_timeout()
3480 while (ALD_I2C_GET_FLAG(hperh, flag) != RESET) in i2c_wait_flag_change_to_timeout()
3529 while (ALD_I2C_GET_FLAG(hperh, ALD_I2C_STAT_TXE) == RESET) in i2c_wait_txe_to_timeout()
3564 while (ALD_I2C_GET_FLAG(hperh, ALD_I2C_STAT_RXNE) == RESET) in i2c_wait_rxne_to_timeout()

Completed in 20 milliseconds