Searched refs:STM32F7_I2C_ALL_IRQ_MASK (Results 1 – 1 of 1) sorted by relevance
72 #define STM32F7_I2C_ALL_IRQ_MASK (STM32F7_I2C_CR1_ERRIE \ macro958 cr1 &= ~STM32F7_I2C_ALL_IRQ_MASK; /* Disable all interrupts */ in stm32f7_i2c_xfer_msg()1549 mask = STM32F7_I2C_ALL_IRQ_MASK; in stm32f7_i2c_handle_isr_errs()1666 mask = STM32F7_I2C_ALL_IRQ_MASK; in stm32f7_i2c_isr_event_thread()2009 stm32f7_i2c_disable_irq(i2c_dev, STM32F7_I2C_ALL_IRQ_MASK); in stm32f7_i2c_unreg_slave()