Searched refs:WKUPSR (Results 1 – 8 of 8) sorted by relevance
490 return (PWR->WKUPSR & WakeUpFlag); in HAL_PWR_GetWakeupFlag()514 if ((PWR->WKUPSR & WakeUpFlag) != 0U) in HAL_PWR_ClearWakeupFlag()747 if (READ_BIT(PWR->WKUPSR, PWR_WKUPSR_WKUPF1) != 0U) in HAL_PWR_WAKEUP_PIN_IRQHandler()756 if (READ_BIT(PWR->WKUPSR, PWR_WKUPSR_WKUPF2) != 0U) in HAL_PWR_WAKEUP_PIN_IRQHandler()765 if (READ_BIT(PWR->WKUPSR, PWR_WKUPSR_WKUPF3) != 0U) in HAL_PWR_WAKEUP_PIN_IRQHandler()774 if (READ_BIT(PWR->WKUPSR, PWR_WKUPSR_WKUPF4) != 0U) in HAL_PWR_WAKEUP_PIN_IRQHandler()
70 WRITE_REG(PWR->WKUPSR, 0x00000000U); in LL_PWR_DeInit()
353 …((__FLAG__) == PWR_FLAG_WKUPF4) ? ((PWR->WKUPSR & PWR_WKUPSR_WKUPF4) == PWR_WKUPSR_WKUPF4) …354 …((__FLAG__) == PWR_FLAG_WKUPF3) ? ((PWR->WKUPSR & PWR_WKUPSR_WKUPF3) == PWR_WKUPSR_WKUPF3) …355 …((__FLAG__) == PWR_FLAG_WKUPF2) ? ((PWR->WKUPSR & PWR_WKUPSR_WKUPF2) == PWR_WKUPSR_WKUPF2) …356 …((__FLAG__) == PWR_FLAG_WKUPF1) ? ((PWR->WKUPSR & PWR_WKUPSR_WKUPF1) == PWR_WKUPSR_WKUPF1) …357 ((PWR->WKUPSR & PWR_WKUPSR_WKUPF4) == PWR_WKUPSR_WKUPF4))
1595 return ((READ_BIT(PWR->WKUPSR, PWR_WKUPSR_WKUPF1) == (PWR_WKUPSR_WKUPF1)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_WU1()1605 return ((READ_BIT(PWR->WKUPSR, PWR_WKUPSR_WKUPF2) == (PWR_WKUPSR_WKUPF2)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_WU2()1615 return ((READ_BIT(PWR->WKUPSR, PWR_WKUPSR_WKUPF3) == (PWR_WKUPSR_WKUPF3)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_WU3()1625 return ((READ_BIT(PWR->WKUPSR, PWR_WKUPSR_WKUPF4) == (PWR_WKUPSR_WKUPF4)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_WU4()
1872 …__IO uint32_t WKUPSR; /*!< PWR Wakeup control register 2 Address offse… member
1998 …__IO uint32_t WKUPSR; /*!< PWR Wakeup control register 2 Address offse… member
1970 …__IO uint32_t WKUPSR; /*!< PWR Wakeup control register 2 Address offse… member
1900 …__IO uint32_t WKUPSR; /*!< PWR Wakeup control register 2 Address offse… member