Home
last modified time | relevance | path

Searched refs:I2C_CheckStatus (Results 1 – 5 of 5) sorted by relevance

/bsp/ht32/libraries/ht32_drivers/
A Ddrv_i2c.c111 while (!I2C_CheckStatus(hi2c->i2c_x, I2C_MASTER_SEND_START)); in ht32_i2c_read()
112 while (!I2C_CheckStatus(hi2c->i2c_x, I2C_MASTER_RECEIVER_MODE)); in ht32_i2c_read()
118 while (!I2C_CheckStatus(hi2c->i2c_x, I2C_MASTER_RX_NOT_EMPTY)); in ht32_i2c_read()
148 while (!I2C_CheckStatus(hi2c->i2c_x, I2C_MASTER_SEND_START)); in ht32_i2c_write()
150 while (!I2C_CheckStatus(hi2c->i2c_x, I2C_MASTER_TRANSMITTER_MODE)); in ht32_i2c_write()
153 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.h295 ErrStatus I2C_CheckStatus(HT_I2C_TypeDef* I2Cx, u32 I2C_Status);
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/
A Dht32f5xxxx_i2c.h378 ErrStatus I2C_CheckStatus(HT_I2C_TypeDef* I2Cx, u32 I2C_Status);
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/src/
A Dht32f1xxxx_i2c.c448 ErrStatus I2C_CheckStatus(HT_I2C_TypeDef* I2Cx, u32 I2C_Status) in I2C_CheckStatus() function
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/src/
A Dht32f5xxxx_i2c.c532 ErrStatus I2C_CheckStatus(HT_I2C_TypeDef* I2Cx, u32 I2C_Status) in I2C_CheckStatus() function

Completed in 12 milliseconds