Home
last modified time | relevance | path

Searched refs:SWIER2 (Results 1 – 4 of 4) sorted by relevance

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_pwr_ex.h385 #define __HAL_PWR_PVM1_EXTI_GENERATE_SWIT() SET_BIT(EXTI->SWIER2, PWR_EXTI_LINE_PVM1)
477 #define __HAL_PWR_PVM2_EXTI_GENERATE_SWIT() SET_BIT(EXTI->SWIER2, PWR_EXTI_LINE_PVM2)
568 #define __HAL_PWR_PVM3_EXTI_GENERATE_SWIT() SET_BIT(EXTI->SWIER2, PWR_EXTI_LINE_PVM3)
659 #define __HAL_PWR_PVM4_EXTI_GENERATE_SWIT() SET_BIT(EXTI->SWIER2, PWR_EXTI_LINE_PVM4)
Dstm32l4xx_ll_exti.h1158 SET_BIT(EXTI->SWIER2, ExtiLine); in LL_EXTI_GenerateSWI_32_63()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_ll_exti.c124 LL_EXTI_WriteReg(SWIER2, 0x00000000U); in LL_EXTI_DeInit()
/loramac-node-2.7.6/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h462 …__IO uint32_t SWIER2; /*!< EXTI Software interrupt event register 2, Address offset: 0x30 */ member