Searched refs:IS_I2C_NACK_POS (Results 1 – 14 of 14) sorted by relevance
196 #define IS_I2C_NACK_POS(POSITION) (((POSITION) == I2C_NACK_POS_NEXT) || ((POSITION) == I2C_NACK_POS… macro
703 assert_param(IS_I2C_NACK_POS(I2C_NACKPosition)); in I2C_ConfigNackLocation()
726 assert_param(IS_I2C_NACK_POS(I2C_NACKPosition)); in I2C_ConfigNackLocation()
Completed in 40 milliseconds