Home
last modified time | relevance | path

Searched refs:STM32F7_I2C_ISR_BERR (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/i2c/busses/
H A Di2c-stm32f7.c134 #define STM32F7_I2C_ISR_BERR BIT(8) macro
1527 if (status & STM32F7_I2C_ISR_BERR) { in stm32f7_i2c_handle_isr_errs()
1574 #define STM32F7_ERR_EVENTS (STM32F7_I2C_ISR_BERR | STM32F7_I2C_ISR_ARLO |\