Searched refs:STM32_I2C_ISR_STOPF (Results 1 – 1 of 1) sorted by relevance
84 #define STM32_I2C_ISR_STOPF BIT(5) macro365 STM32_I2C_ISR_STOPF; in stm32_i2c_check_end_of_message()398 mask = STM32_I2C_ISR_STOPF; in stm32_i2c_check_end_of_message()406 if (status & STM32_I2C_ISR_STOPF) { in stm32_i2c_check_end_of_message()
Completed in 4 milliseconds