Searched refs:STM32_I2C_ISR_RXNE (Results 1 – 1 of 1) sorted by relevance
80 #define STM32_I2C_ISR_RXNE BIT(2) macro402 u32 mask = msg->flags & I2C_M_RD ? STM32_I2C_ISR_RXNE : in stm32_i2c_message_xfer()425 if (status & STM32_I2C_ISR_RXNE) { in stm32_i2c_message_xfer()446 mask = msg->flags & I2C_M_RD ? STM32_I2C_ISR_RXNE : in stm32_i2c_message_xfer()