Searched refs:STM32F7_I2C_ALL_IRQ_MASK (Results 1 – 1 of 1) sorted by relevance
73 #define STM32F7_I2C_ALL_IRQ_MASK (STM32F7_I2C_CR1_ERRIE \ macro970 cr1 &= ~STM32F7_I2C_ALL_IRQ_MASK; /* Disable all interrupts */ in stm32f7_i2c_xfer_msg()1560 mask = STM32F7_I2C_ALL_IRQ_MASK; in stm32f7_i2c_handle_isr_errs()1671 mask = STM32F7_I2C_ALL_IRQ_MASK; in stm32f7_i2c_isr_event_thread()2014 stm32f7_i2c_disable_irq(i2c_dev, STM32F7_I2C_ALL_IRQ_MASK); in stm32f7_i2c_unreg_slave()