Searched refs:STM32_I2C_ISR_ERRORS (Results 1 – 1 of 1) sorted by relevance
82 #define STM32_I2C_ISR_ERRORS (STM32_I2C_ISR_BERR \ macro341 u32 mask = STM32_I2C_ISR_ERRORS | STM32_I2C_ISR_NACKF | in stm32_i2c_check_end_of_message()406 mask |= STM32_I2C_ISR_ERRORS; in stm32_i2c_message_xfer()419 if (status & (STM32_I2C_ISR_NACKF | STM32_I2C_ISR_ERRORS)) in stm32_i2c_message_xfer()