Home
last modified time | relevance | path

Searched refs:__HAL_PWR_PVM4_EXTI_DISABLE_IT (Results 1 – 6 of 6) sorted by relevance

/hal_stm32-3.5.0/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_pwr_ex.h556 #define __HAL_PWR_PVM4_EXTI_DISABLE_IT() CLEAR_BIT(EXTI->IMR2, PWR_EXTI_LINE_PVM4) macro
/hal_stm32-3.5.0/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_pwr_ex.c788 __HAL_PWR_PVM4_EXTI_DISABLE_IT(); in HAL_PWREx_ConfigPVM()
/hal_stm32-3.5.0/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_pwr_ex.h599 #define __HAL_PWR_PVM4_EXTI_DISABLE_IT() CLEAR_BIT(EXTI->IMR2, PWR_EXTI_LINE_PVM4) macro
/hal_stm32-3.5.0/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_pwr_ex.h592 #define __HAL_PWR_PVM4_EXTI_DISABLE_IT() CLEAR_BIT(EXTI->IMR2, PWR_EXTI_LINE_PVM4) macro
/hal_stm32-3.5.0/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_pwr_ex.c777 __HAL_PWR_PVM4_EXTI_DISABLE_IT(); in HAL_PWREx_ConfigPVM()
/hal_stm32-3.5.0/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_pwr_ex.c1081 __HAL_PWR_PVM4_EXTI_DISABLE_IT(); in HAL_PWREx_ConfigPVM()