Home
last modified time | relevance | path

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

/hal_stm32-3.5.0/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_pwr.c525 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()
[all …]