Home
last modified time | relevance | path

Searched refs:STM32F7_I2C_ISR_PECERR (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/i2c/busses/
H A Di2c-stm32f7.c128 #define STM32F7_I2C_ISR_PECERR BIT(11) macro
1621 if (status & STM32F7_I2C_ISR_PECERR) { in stm32f7_i2c_isr_error()
/kernel/linux/linux-6.6/drivers/i2c/busses/
H A Di2c-stm32f7.c130 #define STM32F7_I2C_ISR_PECERR BIT(11) macro
1640 if (status & STM32F7_I2C_ISR_PECERR) { in stm32f7_i2c_isr_error()

Completed in 7 milliseconds