Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_pwr_ex.h703 #define __HAL_PWR_ADCVM_EXTI_DISABLE_IT() CLEAR_BIT(EXTI->IMR3, PWR_EXTI_LINE_PVM_VDDA) macro
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_pwr_ex.c1409 __HAL_PWR_ADCVM_EXTI_DISABLE_IT(); in HAL_PWREx_ConfigPVM()