Lines Matching refs:wakeuppin
524 uint32_t wakeuppin; in HAL_PWR_GetClearWakeupSource() local
527 wakeuppin = PWR->WUSR; in HAL_PWR_GetClearWakeupSource()
530 PWR->WUSCR = wakeuppin; in HAL_PWR_GetClearWakeupSource()
532 return wakeuppin; in HAL_PWR_GetClearWakeupSource()
802 uint32_t wakeuppin; in HAL_PWR_WKUP_IRQHandler() local
804 wakeuppin = HAL_PWR_GetClearWakeupSource(); in HAL_PWR_WKUP_IRQHandler()
807 if ((wakeuppin & PWR_WUSR_WUF1) != 0U) in HAL_PWR_WKUP_IRQHandler()
813 if ((wakeuppin & PWR_WUSR_WUF2) != 0U) in HAL_PWR_WKUP_IRQHandler()
819 if ((wakeuppin & PWR_WUSR_WUF3) != 0U) in HAL_PWR_WKUP_IRQHandler()
825 if ((wakeuppin & PWR_WUSR_WUF4) != 0U) in HAL_PWR_WKUP_IRQHandler()
831 if ((wakeuppin & PWR_WUSR_WUF5) != 0U) in HAL_PWR_WKUP_IRQHandler()
837 if ((wakeuppin & PWR_WUSR_WUF6) != 0U) in HAL_PWR_WKUP_IRQHandler()
842 if ((wakeuppin & PWR_WUSR_WUF7) != 0U) in HAL_PWR_WKUP_IRQHandler()
847 if ((wakeuppin & PWR_WUSR_WUF8) != 0U) in HAL_PWR_WKUP_IRQHandler()