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