Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_pwr.c152 __HAL_PWR_PVD_DISABLE_IT(); in HAL_PWR_ConfigPVD()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_hal_pwr.h505 #define __HAL_PWR_PVD_DISABLE_IT() CLEAR_BIT(SYSCFG->PWRC_IER, SYSCFG_PWRC_IER_PVD_IE) macro