Home
last modified time | relevance | path

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

/hal_stm32-3.5.0/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_pwr_ex.h384 #define __HAL_PWR_PVM_EXTI_DISABLE_IT() CLEAR_BIT(EXTI->IMR2, PWR_EXTI_LINE_PVM) macro
/hal_stm32-3.5.0/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_pwr_ex.c341 __HAL_PWR_PVM_EXTI_DISABLE_IT(); in HAL_PWREx_ConfigPVM()