Searched refs:STM32F7_I2C_ISR_TCR (Results 1 – 1 of 1) sorted by relevance
135 #define STM32F7_I2C_ISR_TCR BIT(7) macro1462 if (status & STM32F7_I2C_ISR_TCR || status & STM32F7_I2C_ISR_RXNE) { in stm32f7_i2c_slave_isr_event()1600 STM32F7_I2C_ISR_TC | STM32F7_I2C_ISR_TCR)) in stm32f7_i2c_isr_event()1633 if (status & STM32F7_I2C_ISR_TCR) { in stm32f7_i2c_isr_event_thread()