Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_pwr.c472 __HAL_WKUP_EXTI_DISABLE_IT(EXTI_IMR2_IM55); in HAL_PWR_DisableWakeUpPinIT()
476 __HAL_WKUP_EXTI_DISABLE_IT(EXTI_IMR2_IM56); in HAL_PWR_DisableWakeUpPinIT()
480 __HAL_WKUP_EXTI_DISABLE_IT(EXTI_IMR2_IM57); in HAL_PWR_DisableWakeUpPinIT()
484 __HAL_WKUP_EXTI_DISABLE_IT(EXTI_IMR2_IM58); in HAL_PWR_DisableWakeUpPinIT()
488 __HAL_WKUP_EXTI_DISABLE_IT(EXTI_IMR2_IM59); in HAL_PWR_DisableWakeUpPinIT()
492 __HAL_WKUP_EXTI_DISABLE_IT(EXTI_IMR2_IM60); in HAL_PWR_DisableWakeUpPinIT()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_pwr.h385 #define __HAL_WKUP_EXTI_DISABLE_IT(__WKUP_LINE__) CLEAR_BIT(EXTI_C2->IMR2, __WKUP_LINE__) macro
387 #define __HAL_WKUP_EXTI_DISABLE_IT(__WKUP_LINE__) CLEAR_BIT(EXTI_C1->IMR2, __WKUP_LINE__) macro