Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_pwr_ex.h474 #define __HAL_PWR_AVD_EXTID2_GET_FLAG() ((READ_BIT(EXTI_D2->PR1, PWR_EXTI_LINE_AVD) == PWR_EXTI_LIN… macro
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_pwr_ex.c2115 if (__HAL_PWR_AVD_EXTID2_GET_FLAG () != 0U) in HAL_PWREx_PVD_AVD_IRQHandler()