Searched refs:wakeuppin (Results 1 – 1 of 1) sorted by relevance
525 uint32_t wakeuppin; in HAL_PWR_GetClearWakeupSource() local528 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() local805 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()[all …]