Home
last modified time | relevance | path

Searched refs:RTC_SR_WUTF (Results 1 – 25 of 130) sorted by relevance

123456

/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_rtc_ex.h941 … ((__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):\
Dstm32wbaxx_ll_rtc.h4003 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/
Dstm32n6xx_hal_rtc_ex.h932 … ((__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/
Dstm32u5xx_hal_rtc_ex.h911 … ((__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):\
Dstm32u5xx_ll_rtc.h4004 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/
Dstm32h7rsxx_hal_rtc_ex.h871 … ((__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):\
Dstm32h7rsxx_ll_rtc.h4076 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/
Dstm32h5xx_hal_rtc_ex.h979 (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/
Dstm32g4xx_hal_rtc_ex.c744 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/
Dstm32n6xx_hal_rtc_ex.c808 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/
Dstm32wbaxx_hal_rtc_ex.c771 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/
Dstm32h7rsxx_hal_rtc_ex.c810 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/
Dstm32u5xx_hal_rtc_ex.c754 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/
Dstm32h5xx_hal_rtc_ex.c821 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/
Dstm32h7xx_hal_rtc.h509 #define RTC_FLAG_WUTF RTC_SR_WUTF /*!< Wakeup timer flag */
Dstm32h7xx_ll_rtc.h4248 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/
Dstm32g0xx_hal_rtc_ex.h479 …((__FLAG__) == RTC_FLAG_WUTF) ? (((((__HANDLE__)->Instance->SR) & (RTC_SR_WUTF)) != 0) ? 1U …
Dstm32g0xx_ll_rtc.h3297 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/
Dstm32wlxx_ll_rtc.h3587 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/
Dstm32u0xx_ll_rtc.h3438 return (READ_BIT(RTCx->SR, RTC_SR_WUTF) == (RTC_SR_WUTF)); in LL_RTC_IsActiveFlag_WUT()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_ll_rtc.h3540 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/
Dstm32l4xx_ll_rtc.h3824 return (READ_BIT(RTCx->SR, RTC_SR_WUTF) == (RTC_SR_WUTF)); in LL_RTC_IsActiveFlag_WUT()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_ll_rtc.h3789 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/
Dstm32g4xx_ll_rtc.h3402 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/
Dstm32u0xx_hal_rtc_ex.c755 while (READ_BIT(RTC->SR, RTC_SR_WUTF) == 0U) in HAL_RTCEx_PollForWakeUpTimerEvent()

123456