Searched refs:STM32F7_I2C_ALL_IRQ_MASK (Results 1 – 1 of 1) sorted by relevance
71 #define STM32F7_I2C_ALL_IRQ_MASK (STM32F7_I2C_CR1_ERRIE \ macro945 cr1 &= ~STM32F7_I2C_ALL_IRQ_MASK; /* Disable all interrupts */ in stm32f7_i2c_xfer_msg()1539 mask = STM32F7_I2C_ALL_IRQ_MASK; in stm32f7_i2c_isr_event()1665 mask = STM32F7_I2C_ALL_IRQ_MASK; in stm32f7_i2c_isr_error()2001 stm32f7_i2c_disable_irq(i2c_dev, STM32F7_I2C_ALL_IRQ_MASK); in stm32f7_i2c_unreg_slave()