Home
last modified time | relevance | path

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

/bsp/ht32/libraries/ht32_drivers/
A Ddrv_i2c.c153 while (!I2C_CheckStatus(hi2c->i2c_x, I2C_MASTER_TX_EMPTY)); in ht32_i2c_write()
158 while (!I2C_CheckStatus(hi2c->i2c_x, I2C_MASTER_TX_EMPTY)); in ht32_i2c_write()
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/inc/
A Dht32f1xxxx_i2c.h175 #define I2C_MASTER_TX_EMPTY ((u32)0x003A0000) macro
194 … (STATUS == I2C_MASTER_TX_EMPTY) || \
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/
A Dht32f5xxxx_i2c.h221 #define I2C_MASTER_TX_EMPTY ((u32)0x003A0000) macro
240 … (STATUS == I2C_MASTER_TX_EMPTY) || \

Completed in 6 milliseconds