Home
last modified time | relevance | path

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

/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/src/
A Dht32f1xxxx_i2c.c86 Assert_Param(IS_I2C(I2Cx)); in I2C_DeInit()
114 Assert_Param(IS_I2C(I2Cx)); in I2C_Init()
184 Assert_Param(IS_I2C(I2Cx)); in I2C_Cmd()
205 Assert_Param(IS_I2C(I2Cx)); in I2C_GenerateSTOP()
233 Assert_Param(IS_I2C(I2Cx)); in I2C_IntConfig()
256 Assert_Param(IS_I2C(I2Cx)); in I2C_GeneralCallCmd()
278 Assert_Param(IS_I2C(I2Cx)); in I2C_AckCmd()
300 Assert_Param(IS_I2C(I2Cx)); in I2C_SetOwnAddress()
316 Assert_Param(IS_I2C(I2Cx)); in I2C_TargetAddressConfig()
342 Assert_Param(IS_I2C(I2Cx)); in I2C_SendData()
[all …]
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/src/
A Dht32f5xxxx_i2c.c93 Assert_Param(IS_I2C(I2Cx)); in I2C_DeInit()
129 Assert_Param(IS_I2C(I2Cx)); in I2C_Init()
213 Assert_Param(IS_I2C(I2Cx)); in I2C_Cmd()
234 Assert_Param(IS_I2C(I2Cx)); in I2C_GenerateSTOP()
262 Assert_Param(IS_I2C(I2Cx)); in I2C_IntConfig()
285 Assert_Param(IS_I2C(I2Cx)); in I2C_GeneralCallCmd()
307 Assert_Param(IS_I2C(I2Cx)); in I2C_AckCmd()
329 Assert_Param(IS_I2C(I2Cx)); in I2C_SetOwnAddress()
349 Assert_Param(IS_I2C(I2Cx)); in I2C_SetOwnAddress1()
370 Assert_Param(IS_I2C(I2Cx)); in I2C_OwnAddressCmd()
[all …]
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/inc/
A Dht32f1xxxx_i2c.h254 #define IS_I2C(I2C) ((I2C == HT_I2C0) || (I2C == HT_I2C1)) macro
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/
A Dht32f5xxxx_i2c.h312 #define IS_I2C(x) (IS_I2C0(x) || IS_I2C1(x) || IS_I2C2(x)) macro

Completed in 11 milliseconds