Home
last modified time | relevance | path

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

/bsp/essemi/es32f369x/drivers/
A Ddrv_i2c.c135 while (I2C_GET_FLAG(hperh, flag) == status) { in _i2c_wait_flag()
148 while (I2C_GET_FLAG(hperh, I2C_STAT_THTH) == RESET) { in _i2c_wait_txe()
294 if (I2C_GET_FLAG((i2c_handle_t *)bus->priv, I2C_STAT_BUSY) == RESET) in es32f3_master_xfer()
/bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Include/
A Dald_i2c.h323 #define I2C_GET_FLAG(x, y) ((((x)->perh->STAT) & ((y) & I2C_FLAG_MASK)) != RESET) macro
/bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Source/
A Dald_i2c.c2427 while (!I2C_GET_FLAG(hperh, I2C_STAT_TXE)) { in i2c_req_mem_read()
2659 while (I2C_GET_FLAG(hperh, flag) == RESET) { in i2c_wait_flag_change_to_timeout()
2667 while (I2C_GET_FLAG(hperh, flag) != RESET) { in i2c_wait_flag_change_to_timeout()
2712 while (I2C_GET_FLAG(hperh, I2C_STAT_THTH) == RESET) { in i2c_wait_txe_to_timeout()
2743 while (I2C_GET_FLAG(hperh, I2C_STAT_RXTH) == RESET) { in i2c_wait_rxne_to_timeout()

Completed in 12 milliseconds