Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_pwr_ex.c1426 __HAL_PWR_CLEAR_WAKEUPFLAG (PWR_FLAG_WKUP1); in HAL_PWREx_WAKEUP_PIN_IRQHandler()
1434 __HAL_PWR_CLEAR_WAKEUPFLAG (PWR_FLAG_WKUP2); in HAL_PWREx_WAKEUP_PIN_IRQHandler()
1443 __HAL_PWR_CLEAR_WAKEUPFLAG (PWR_FLAG_WKUP3); in HAL_PWREx_WAKEUP_PIN_IRQHandler()
1452 __HAL_PWR_CLEAR_WAKEUPFLAG (PWR_FLAG_WKUP4); in HAL_PWREx_WAKEUP_PIN_IRQHandler()
1461 __HAL_PWR_CLEAR_WAKEUPFLAG (PWR_FLAG_WKUP5); in HAL_PWREx_WAKEUP_PIN_IRQHandler()
1470 __HAL_PWR_CLEAR_WAKEUPFLAG (PWR_FLAG_WKUP6); in HAL_PWREx_WAKEUP_PIN_IRQHandler()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_pwr.c750 __HAL_PWR_CLEAR_WAKEUPFLAG(PWR_FLAG_WKUP1); in HAL_PWR_WAKEUP_PIN_IRQHandler()
759 __HAL_PWR_CLEAR_WAKEUPFLAG(PWR_FLAG_WKUP2); in HAL_PWR_WAKEUP_PIN_IRQHandler()
768 __HAL_PWR_CLEAR_WAKEUPFLAG(PWR_FLAG_WKUP3); in HAL_PWR_WAKEUP_PIN_IRQHandler()
777 __HAL_PWR_CLEAR_WAKEUPFLAG(PWR_FLAG_WKUP4); in HAL_PWR_WAKEUP_PIN_IRQHandler()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_pwr_ex.c620 __HAL_PWR_CLEAR_WAKEUPFLAG(PWR_FLAG_WKUP1); in HAL_PWREx_WAKEUP_PIN_IRQHandler()
629 __HAL_PWR_CLEAR_WAKEUPFLAG(PWR_FLAG_WKUP2); in HAL_PWREx_WAKEUP_PIN_IRQHandler()
638 __HAL_PWR_CLEAR_WAKEUPFLAG(PWR_FLAG_WKUP3); in HAL_PWREx_WAKEUP_PIN_IRQHandler()
647 __HAL_PWR_CLEAR_WAKEUPFLAG(PWR_FLAG_WKUP4); in HAL_PWREx_WAKEUP_PIN_IRQHandler()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_pwr.h348 #define __HAL_PWR_CLEAR_WAKEUPFLAG(__FLAG__) SET_BIT(PWR->WKUPCR, (__FLAG__)) macro
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_pwr.h395 #define __HAL_PWR_CLEAR_WAKEUPFLAG(__FLAG__) SET_BIT(PWR->WKUPCR, (__FLAG__)) macro
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_pwr.h532 #define __HAL_PWR_CLEAR_WAKEUPFLAG(__FLAG__) SET_BIT(PWR->WKUPCR, (__FLAG__)) macro