Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_pwr_ex.c231 if(__HAL_PWR_VDDIO2_EXTI_GET_FLAG() != RESET) in HAL_PWREx_Vddio2Monitor_IRQHandler()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_pwr_ex.h364 #define __HAL_PWR_VDDIO2_EXTI_GET_FLAG() (EXTI->PR & (PWR_EXTI_LINE_VDDIO2)) macro