Home
last modified time | relevance | path

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

/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_pwr_ex.h532 #define __HAL_PWR_AVM1_EXTI_DISABLE_IT() CLEAR_BIT(EXTI->IMR1, PWR_EXTI_LINE_AVM1) macro
/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_pwr_ex.c1161 __HAL_PWR_AVM1_EXTI_DISABLE_IT(); in HAL_PWREx_ConfigPVM()