Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_pwr_ex.h358 #define __HAL_PWR_UVM_EXTI_DISABLE_EVENT() CLEAR_BIT(EXTI->EMR1, PWR_EXTI_LINE_UVM) macro
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_pwr_ex.c1092 __HAL_PWR_UVM_EXTI_DISABLE_EVENT(); in HAL_PWREx_ConfigPVM()