Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_pwr.c490 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()
Dstm32n6xx_ll_pwr.c70 WRITE_REG(PWR->WKUPSR, 0x00000000U); in LL_PWR_DeInit()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_pwr.h353 …((__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))
Dstm32n6xx_ll_pwr.h1595 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()
/hal_stm32-latest/stm32cube/stm32n6xx/soc/
Dstm32n645xx.h1872 …__IO uint32_t WKUPSR; /*!< PWR Wakeup control register 2 Address offse… member
Dstm32n657xx.h1998 …__IO uint32_t WKUPSR; /*!< PWR Wakeup control register 2 Address offse… member
Dstm32n655xx.h1970 …__IO uint32_t WKUPSR; /*!< PWR Wakeup control register 2 Address offse… member
Dstm32n647xx.h1900 …__IO uint32_t WKUPSR; /*!< PWR Wakeup control register 2 Address offse… member