Searched refs:IS_I2C_STATUS (Results 1 – 6 of 6) sorted by relevance
98 #define IS_I2C_STATUS(STATUS) (((STATUS) != 0) && (((STATUS) & ~I2C_STATUS_ALL) == 0)) macro
189 assert_param(IS_I2C_STATUS(Status)); in I2C_GetStatus()200 assert_param(IS_I2C_STATUS(Status)); in I2C_ClearStatus()
189 #define IS_I2C_STATUS(STATUS) ((STATUS == I2C_MASTER_SEND_START) … macro
235 #define IS_I2C_STATUS(STATUS) ((STATUS == I2C_MASTER_SEND_START) … macro
452 Assert_Param(IS_I2C_STATUS(I2C_Status)); in I2C_CheckStatus()
536 Assert_Param(IS_I2C_STATUS(I2C_Status)); in I2C_CheckStatus()
Completed in 20 milliseconds