Home
last modified time | relevance | path

Searched refs:I2C_Status (Results 1 – 4 of 4) sorted by relevance

/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() argument
452 Assert_Param(IS_I2C_STATUS(I2C_Status)); in I2C_CheckStatus()
454 if (I2Cx->SR == I2C_Status) in I2C_CheckStatus()
/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() argument
536 Assert_Param(IS_I2C_STATUS(I2C_Status)); in I2C_CheckStatus()
538 if (I2Cx->SR == I2C_Status) in I2C_CheckStatus()
/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);

Completed in 11 milliseconds