Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/i2c/busses/
H A Di2c-stm32f7.c129 #define STM32F7_I2C_ISR_ARLO BIT(9) macro
1615 if (status & STM32F7_I2C_ISR_ARLO) { in stm32f7_i2c_isr_error()
/kernel/linux/linux-6.6/drivers/i2c/busses/
H A Di2c-stm32f7.c131 #define STM32F7_I2C_ISR_ARLO BIT(9) macro
1633 if (status & STM32F7_I2C_ISR_ARLO) { in stm32f7_i2c_isr_error()

Completed in 9 milliseconds