/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_hal_rtc_ex.h | 941 … ((__FLAG__) == RTC_FLAG_WUTF) ? (READ_BIT(RTC->SR, RTC_SR_WUTF) == \ 942 RTC_SR_WUTF): \ 1018 … ((__FLAG__) == RTC_FLAG_WUTF) ? (READ_BIT(RTC->SR, RTC_SR_WUTF) == RTC_SR_WUTF):\
|
D | stm32wbaxx_ll_rtc.h | 4003 return ((READ_BIT(RTCx->SR, RTC_SR_WUTF) == (RTC_SR_WUTF)) ? 1U : 0U); in LL_RTC_IsActiveFlag_WUT()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_hal_rtc_ex.h | 932 … ((__FLAG__) == RTC_FLAG_WUTF) ? (READ_BIT(RTC->SR, RTC_SR_WUTF) == \ 933 RTC_SR_WUTF): \ 1009 … ((__FLAG__) == RTC_FLAG_WUTF) ? (READ_BIT(RTC->SR, RTC_SR_WUTF) == RTC_SR_WUTF):\
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_rtc_ex.h | 911 … ((__FLAG__) == RTC_FLAG_WUTF) ? (READ_BIT(RTC->SR, RTC_SR_WUTF) == \ 912 RTC_SR_WUTF): \ 988 … ((__FLAG__) == RTC_FLAG_WUTF) ? (READ_BIT(RTC->SR, RTC_SR_WUTF) == RTC_SR_WUTF):\
|
D | stm32u5xx_ll_rtc.h | 4004 return ((READ_BIT(RTCx->SR, RTC_SR_WUTF) == (RTC_SR_WUTF)) ? 1U : 0U); in LL_RTC_IsActiveFlag_WUT()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_hal_rtc_ex.h | 871 … ((__FLAG__) == RTC_FLAG_WUTF) ? (READ_BIT(RTC->SR, RTC_SR_WUTF) == \ 872 RTC_SR_WUTF): \ 948 … ((__FLAG__) == RTC_FLAG_WUTF) ? (READ_BIT(RTC->SR, RTC_SR_WUTF) == RTC_SR_WUTF):\
|
D | stm32h7rsxx_ll_rtc.h | 4076 return ((READ_BIT(RTCx->SR, RTC_SR_WUTF) == (RTC_SR_WUTF)) ? 1U : 0U); in LL_RTC_IsActiveFlag_WUT()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_rtc_ex.h | 979 (READ_BIT(RTC->SR, RTC_SR_WUTF) == \ 980 RTC_SR_WUTF): \ 1059 … (READ_BIT(RTC->SR, RTC_SR_WUTF) == RTC_SR_WUTF):\
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_rtc_ex.c | 744 if (READ_BIT(hrtc->Instance->SR, RTC_SR_WUTF) != 0U) in HAL_RTCEx_WakeUpTimerIRQHandler() 789 while (READ_BIT(hrtc->Instance->SR, RTC_SR_WUTF) == 0U) in HAL_RTCEx_PollForWakeUpTimerEvent()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_rtc_ex.c | 808 while (READ_BIT(RTC->SR, RTC_SR_WUTF) == 0U) in HAL_RTCEx_PollForWakeUpTimerEvent() 815 if (READ_BIT(RTC->SR, RTC_SR_WUTF) == 0U) in HAL_RTCEx_PollForWakeUpTimerEvent()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_hal_rtc_ex.c | 771 while (READ_BIT(RTC->SR, RTC_SR_WUTF) == 0U) in HAL_RTCEx_PollForWakeUpTimerEvent() 778 if (READ_BIT(RTC->SR, RTC_SR_WUTF) == 0U) in HAL_RTCEx_PollForWakeUpTimerEvent()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_rtc_ex.c | 810 while (READ_BIT(RTC->SR, RTC_SR_WUTF) == 0U) in HAL_RTCEx_PollForWakeUpTimerEvent() 817 if (READ_BIT(RTC->SR, RTC_SR_WUTF) == 0U) in HAL_RTCEx_PollForWakeUpTimerEvent()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_rtc_ex.c | 754 while (READ_BIT(RTC->SR, RTC_SR_WUTF) == 0U) in HAL_RTCEx_PollForWakeUpTimerEvent() 761 if (READ_BIT(RTC->SR, RTC_SR_WUTF) == 0U) in HAL_RTCEx_PollForWakeUpTimerEvent()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_rtc_ex.c | 821 while (READ_BIT(RTC->SR, RTC_SR_WUTF) == 0U) in HAL_RTCEx_PollForWakeUpTimerEvent() 828 if (READ_BIT(RTC->SR, RTC_SR_WUTF) == 0U) in HAL_RTCEx_PollForWakeUpTimerEvent()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_rtc.h | 509 #define RTC_FLAG_WUTF RTC_SR_WUTF /*!< Wakeup timer flag */
|
D | stm32h7xx_ll_rtc.h | 4248 return ((READ_BIT(RTCx->SR, RTC_SR_WUTF) == (RTC_SR_WUTF)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_WUT()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_hal_rtc_ex.h | 479 …((__FLAG__) == RTC_FLAG_WUTF) ? (((((__HANDLE__)->Instance->SR) & (RTC_SR_WUTF)) != 0) ? 1U …
|
D | stm32g0xx_ll_rtc.h | 3297 return ((READ_BIT(RTCx->SR, RTC_SR_WUTF) == (RTC_SR_WUTF)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_WUT()
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_ll_rtc.h | 3587 return ((READ_BIT(RTCx->SR, RTC_SR_WUTF) == (RTC_SR_WUTF)) ? 1U : 0U); in LL_RTC_IsActiveFlag_WUT()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_ll_rtc.h | 3438 return (READ_BIT(RTCx->SR, RTC_SR_WUTF) == (RTC_SR_WUTF)); in LL_RTC_IsActiveFlag_WUT()
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_ll_rtc.h | 3540 return ((READ_BIT(RTCx->SR, RTC_SR_WUTF) == (RTC_SR_WUTF)) ? 1U : 0U); in LL_RTC_IsActiveFlag_WUT()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_ll_rtc.h | 3824 return (READ_BIT(RTCx->SR, RTC_SR_WUTF) == (RTC_SR_WUTF)); in LL_RTC_IsActiveFlag_WUT()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_ll_rtc.h | 3789 return ((READ_BIT(RTCx->SR, RTC_SR_WUTF) == (RTC_SR_WUTF)) ? 1U : 0U); in LL_RTC_IsActiveFlag_WUT()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_ll_rtc.h | 3402 return ((READ_BIT(RTCx->SR, RTC_SR_WUTF) == (RTC_SR_WUTF)) ? 1U : 0U); in LL_RTC_IsActiveFlag_WUT()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_hal_rtc_ex.c | 755 while (READ_BIT(RTC->SR, RTC_SR_WUTF) == 0U) in HAL_RTCEx_PollForWakeUpTimerEvent()
|