Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/i2c/
H A Dstm32f7_i2c.c77 #define STM32_I2C_ISR_STOPF BIT(5) macro
345 STM32_I2C_ISR_STOPF; in stm32_i2c_check_end_of_message()
378 mask = STM32_I2C_ISR_STOPF; in stm32_i2c_check_end_of_message()
386 if (status & STM32_I2C_ISR_STOPF) { in stm32_i2c_check_end_of_message()