Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/i2c/
H A Dstm32f7_i2c.c71 #define STM32_I2C_ISR_BUSY BIT(15) macro
251 if (status & STM32_I2C_ISR_BUSY) in stm32_i2c_check_device_busy()