Searched refs:IS_I2C (Results 1 – 4 of 4) sorted by relevance
86 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 …]
93 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 …]
254 #define IS_I2C(I2C) ((I2C == HT_I2C0) || (I2C == HT_I2C1)) macro
312 #define IS_I2C(x) (IS_I2C0(x) || IS_I2C1(x) || IS_I2C2(x)) macro
Completed in 9 milliseconds