Lines Matching refs:wakeuppin
525 uint32_t wakeuppin; in HAL_PWR_GetClearWakeupSource() local
528 wakeuppin = PWR->WUSR; in HAL_PWR_GetClearWakeupSource()
531 PWR->WUSCR = wakeuppin; in HAL_PWR_GetClearWakeupSource()
533 return wakeuppin; in HAL_PWR_GetClearWakeupSource()
803 uint32_t wakeuppin; in HAL_PWR_WKUP_IRQHandler() local
805 wakeuppin = HAL_PWR_GetClearWakeupSource(); in HAL_PWR_WKUP_IRQHandler()
808 if ((wakeuppin & PWR_WUSR_WUF1) != 0U) in HAL_PWR_WKUP_IRQHandler()
814 if ((wakeuppin & PWR_WUSR_WUF2) != 0U) in HAL_PWR_WKUP_IRQHandler()
820 if ((wakeuppin & PWR_WUSR_WUF3) != 0U) in HAL_PWR_WKUP_IRQHandler()
826 if ((wakeuppin & PWR_WUSR_WUF4) != 0U) in HAL_PWR_WKUP_IRQHandler()
832 if ((wakeuppin & PWR_WUSR_WUF5) != 0U) in HAL_PWR_WKUP_IRQHandler()
838 if ((wakeuppin & PWR_WUSR_WUF6) != 0U) in HAL_PWR_WKUP_IRQHandler()
843 if ((wakeuppin & PWR_WUSR_WUF7) != 0U) in HAL_PWR_WKUP_IRQHandler()
848 if ((wakeuppin & PWR_WUSR_WUF8) != 0U) in HAL_PWR_WKUP_IRQHandler()