Searched refs:I2C_CheckStatus (Results 1 – 5 of 5) sorted by relevance
| /bsp/ht32/libraries/ht32_drivers/ |
| A D | drv_i2c.c | 111 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 D | ht32f1xxxx_i2c.h | 295 ErrStatus I2C_CheckStatus(HT_I2C_TypeDef* I2Cx, u32 I2C_Status);
|
| /bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/ |
| A D | ht32f5xxxx_i2c.h | 378 ErrStatus I2C_CheckStatus(HT_I2C_TypeDef* I2Cx, u32 I2C_Status);
|
| /bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/src/ |
| A D | ht32f1xxxx_i2c.c | 448 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 D | ht32f5xxxx_i2c.c | 532 ErrStatus I2C_CheckStatus(HT_I2C_TypeDef* I2Cx, u32 I2C_Status) in I2C_CheckStatus() function
|
Completed in 12 milliseconds