Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_pwr.c538 if (__HAL_PWR_PVD_GET_FLAG() != 0U) in HAL_PWR_PVD_IRQHandler()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_hal_pwr.h512 #define __HAL_PWR_PVD_GET_FLAG() (READ_BIT(SYSCFG->PWRC_ISCR, SYSCFG_PWRC_ISCR_PVD_ISC)\ macro