Home
last modified time | relevance | path

Searched refs:__HAL_PWR_PVM1_EXTI_CLEAR_FLAG (Results 1 – 2 of 2) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_pwr_ex.h397 #define __HAL_PWR_PVM1_EXTI_CLEAR_FLAG() WRITE_REG(EXTI->PR2, PWR_EXTI_LINE_PVM1) macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_pwr_ex.c1364 __HAL_PWR_PVM1_EXTI_CLEAR_FLAG(); in HAL_PWREx_PVD_PVM_IRQHandler()