Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_pwr.c544 __HAL_PWR_PVD_CLEAR_FLAG(); in HAL_PWR_PVD_IRQHandler()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_hal_pwr.h519 #define __HAL_PWR_PVD_CLEAR_FLAG() SET_BIT(SYSCFG->PWRC_ISCR, SYSCFG_PWRC_ISCR_PVD_ISC) macro