Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal.c784 uint32_t InterruptMask1 = (Interrupt->InterruptMask1 & ~HAL_SYSCFG_GRP1_RESERVED); in HAL_SYSCFG_EnableIT() local
810 uint32_t InterruptMask1 = (Interrupt->InterruptMask1 & ~HAL_SYSCFG_GRP1_RESERVED); in HAL_SYSCFG_DisableIT() local
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal.h69 uint32_t InterruptMask1; /*!< The SYSCFG Interrupt Mask to be configured. member