Searched refs:IS_I2C_ACK_STATE (Results 1 – 16 of 16) sorted by relevance
92 #define IS_I2C_ACK_STATE(STATE) (((STATE) == I2C_Ack_Enable) || \ macro
120 #define IS_I2C_ACK_STATE(STATE) (((STATE) == I2C_ACKEN) || ((STATE) == I2C_ACKDIS)) macro
178 assert_param(IS_I2C_ACK_STATE(I2C_InitStruct->I2C_Ack)); in I2C_Init()
212 assert_param(IS_I2C_ACK_STATE(I2C_InitStruct->AckEnable)); in I2C_Init()
230 assert_param(IS_I2C_ACK_STATE(I2C_InitStruct->AckEnable)); in I2C_Init()
Completed in 42 milliseconds