Home
last modified time | relevance | path

Searched defs:InterruptMask2 (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal.c785 uint32_t InterruptMask2 = (Interrupt->InterruptMask2 & ~HAL_SYSCFG_GRP2_RESERVED); in HAL_SYSCFG_EnableIT() local
811 uint32_t InterruptMask2 = (Interrupt->InterruptMask2 & ~HAL_SYSCFG_GRP2_RESERVED); in HAL_SYSCFG_DisableIT() local
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal.h71 uint32_t InterruptMask2; /*!< The SYSCFG Interrupt Mask to be configured. member