Home
last modified time | relevance | path

Searched refs:RTC_ICSR_WUTWF (Results 1 – 25 of 139) sorted by relevance

123456

/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_rtc_ex.h933 … ((__FLAG__) == RTC_FLAG_WUTWF) ? (READ_BIT(RTC->ICSR, RTC_ICSR_WUTWF) == \
934 RTC_ICSR_WUTWF) : \
1019 … ((__FLAG__) == RTC_FLAG_WUTWF) ? (READ_BIT(RTC->ICSR, RTC_ICSR_WUTWF) == RTC_ICSR_WUTWF):\
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rtc_ex.h922 … ((__FLAG__) == RTC_FLAG_WUTWF) ? (READ_BIT(RTC->ICSR, RTC_ICSR_WUTWF) == \
923 RTC_ICSR_WUTWF) : \
1010 … ((__FLAG__) == RTC_FLAG_WUTWF) ? (READ_BIT(RTC->ICSR, RTC_ICSR_WUTWF) == RTC_ICSR_WUTWF):\
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_rtc_ex.h901 … ((__FLAG__) == RTC_FLAG_WUTWF) ? (READ_BIT(RTC->ICSR, RTC_ICSR_WUTWF) == \
902 RTC_ICSR_WUTWF) : \
989 … ((__FLAG__) == RTC_FLAG_WUTWF) ? (READ_BIT(RTC->ICSR, RTC_ICSR_WUTWF) == RTC_ICSR_WUTWF):\
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_rtc_ex.h861 … ((__FLAG__) == RTC_FLAG_WUTWF) ? (READ_BIT(RTC->ICSR, RTC_ICSR_WUTWF) == \
862 RTC_ICSR_WUTWF) : \
949 … ((__FLAG__) == RTC_FLAG_WUTWF) ? (READ_BIT(RTC->ICSR, RTC_ICSR_WUTWF) == RTC_ICSR_WUTWF):\
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rtc_ex.h964 (READ_BIT(RTC->ICSR, RTC_ICSR_WUTWF) == \
965 RTC_ICSR_WUTWF) : \
1061 … (READ_BIT(RTC->ICSR, RTC_ICSR_WUTWF) == RTC_ICSR_WUTWF):\
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_rtc_ex.c509 while (READ_BIT(RTC->ICSR, RTC_ICSR_WUTWF) != 0U) in HAL_RTCEx_SetWakeUpTimer()
529 while (READ_BIT(RTC->ICSR, RTC_ICSR_WUTWF) == 0U) in HAL_RTCEx_SetWakeUpTimer()
597 while (READ_BIT(RTC->ICSR, RTC_ICSR_WUTWF) != 0U) in HAL_RTCEx_SetWakeUpTimer_IT()
619 while (READ_BIT(RTC->ICSR, RTC_ICSR_WUTWF) == 0U) in HAL_RTCEx_SetWakeUpTimer_IT()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rtc_ex.c589 while (READ_BIT(RTC->ICSR, RTC_ICSR_WUTWF) == 0U) in HAL_RTCEx_SetWakeUpTimer()
594 if (READ_BIT(RTC->ICSR, RTC_ICSR_WUTWF) == 0U) in HAL_RTCEx_SetWakeUpTimer()
671 while (READ_BIT(RTC->ICSR, RTC_ICSR_WUTWF) == 0U) in HAL_RTCEx_SetWakeUpTimer_IT()
676 if (READ_BIT(RTC->ICSR, RTC_ICSR_WUTWF) == 0U) in HAL_RTCEx_SetWakeUpTimer_IT()
Dstm32n6xx_hal_rtc.c474 while ((((hrtc->Instance->ICSR) & RTC_ICSR_WUTWF) == 0U) && (status != HAL_TIMEOUT)) in HAL_RTC_DeInit()
479 if (READ_BIT(RTC->ICSR, RTC_ICSR_WUTWF) == 0U) in HAL_RTC_DeInit()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_rtc_ex.c553 while (READ_BIT(RTC->ICSR, RTC_ICSR_WUTWF) == 0U) in HAL_RTCEx_SetWakeUpTimer()
558 if (READ_BIT(RTC->ICSR, RTC_ICSR_WUTWF) == 0U) in HAL_RTCEx_SetWakeUpTimer()
634 while (READ_BIT(RTC->ICSR, RTC_ICSR_WUTWF) == 0U) in HAL_RTCEx_SetWakeUpTimer_IT()
639 if (READ_BIT(RTC->ICSR, RTC_ICSR_WUTWF) == 0U) in HAL_RTCEx_SetWakeUpTimer_IT()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_rtc_ex.c595 while (READ_BIT(RTC->ICSR, RTC_ICSR_WUTWF) == 0U) in HAL_RTCEx_SetWakeUpTimer()
600 if (READ_BIT(RTC->ICSR, RTC_ICSR_WUTWF) == 0U) in HAL_RTCEx_SetWakeUpTimer()
677 while (READ_BIT(RTC->ICSR, RTC_ICSR_WUTWF) == 0U) in HAL_RTCEx_SetWakeUpTimer_IT()
682 if (READ_BIT(RTC->ICSR, RTC_ICSR_WUTWF) == 0U) in HAL_RTCEx_SetWakeUpTimer_IT()
Dstm32h7rsxx_hal_rtc.c497 while ((((hrtc->Instance->ICSR) & RTC_ICSR_WUTWF) == 0U) && (status != HAL_TIMEOUT)) in HAL_RTC_DeInit()
502 if (READ_BIT(RTC->ICSR, RTC_ICSR_WUTWF) == 0U) in HAL_RTC_DeInit()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_rtc_ex.c525 while (READ_BIT(RTC->ICSR, RTC_ICSR_WUTWF) == 0U) in HAL_RTCEx_SetWakeUpTimer()
530 if (READ_BIT(RTC->ICSR, RTC_ICSR_WUTWF) == 0U) in HAL_RTCEx_SetWakeUpTimer()
609 while (READ_BIT(RTC->ICSR, RTC_ICSR_WUTWF) == 0U) in HAL_RTCEx_SetWakeUpTimer_IT()
614 if (READ_BIT(RTC->ICSR, RTC_ICSR_WUTWF) == 0U) in HAL_RTCEx_SetWakeUpTimer_IT()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rtc_ex.c602 while (READ_BIT(RTC->ICSR, RTC_ICSR_WUTWF) == 0U) in HAL_RTCEx_SetWakeUpTimer()
607 if (READ_BIT(RTC->ICSR, RTC_ICSR_WUTWF) == 0U) in HAL_RTCEx_SetWakeUpTimer()
684 while (READ_BIT(RTC->ICSR, RTC_ICSR_WUTWF) == 0U) in HAL_RTCEx_SetWakeUpTimer_IT()
689 if (READ_BIT(RTC->ICSR, RTC_ICSR_WUTWF) == 0U) in HAL_RTCEx_SetWakeUpTimer_IT()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_rtc_ex.c559 while (READ_BIT(hrtc->Instance->ICSR, RTC_ICSR_WUTWF) == 0U) in HAL_RTCEx_SetWakeUpTimer()
633 while (READ_BIT(hrtc->Instance->ICSR, RTC_ICSR_WUTWF) == 0U) in HAL_RTCEx_SetWakeUpTimer_IT()
698 while (READ_BIT(hrtc->Instance->ICSR, RTC_ICSR_WUTWF) == 0U) in HAL_RTCEx_DeactivateWakeUpTimer()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_rtc_ex.c563 while (READ_BIT(RTC->ICSR, RTC_ICSR_WUTWF) == 0U) in HAL_RTCEx_SetWakeUpTimer()
641 while (READ_BIT(RTC->ICSR, RTC_ICSR_WUTWF) == 0U) in HAL_RTCEx_SetWakeUpTimer_IT()
713 while (READ_BIT(RTC->ICSR, RTC_ICSR_WUTWF) == 0U) in HAL_RTCEx_DeactivateWakeUpTimer()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_rtc_ex.c560 while (READ_BIT(RTC->ICSR, RTC_ICSR_WUTWF) == 0U) in HAL_RTCEx_SetWakeUpTimer()
638 while (READ_BIT(RTC->ICSR, RTC_ICSR_WUTWF) == 0U) in HAL_RTCEx_SetWakeUpTimer_IT()
710 while (READ_BIT(RTC->ICSR, RTC_ICSR_WUTWF) == 0U) in HAL_RTCEx_DeactivateWakeUpTimer()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_rtc_ex.c561 while (READ_BIT(RTC->ICSR, RTC_ICSR_WUTWF) == 0U) in HAL_RTCEx_SetWakeUpTimer()
639 while (READ_BIT(RTC->ICSR, RTC_ICSR_WUTWF) == 0U) in HAL_RTCEx_SetWakeUpTimer_IT()
711 while (READ_BIT(RTC->ICSR, RTC_ICSR_WUTWF) == 0U) in HAL_RTCEx_DeactivateWakeUpTimer()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_timebase_rtc_wakeup_template.c177 #if defined(RTC_ICSR_WUTWF) in HAL_InitTick()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_ll_rtc.h249 #define LL_RTC_ICSR_WUTWF RTC_ICSR_WUTWF
3451 return ((READ_BIT(RTCx->ICSR, RTC_ICSR_WUTWF) == (RTC_ICSR_WUTWF)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_WUTW()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_ll_rtc.h253 #define LL_RTC_ICSR_WUTWF RTC_ICSR_WUTWF
3763 return ((READ_BIT(RTCx->ICSR, RTC_ICSR_WUTWF) == (RTC_ICSR_WUTWF)) ? 1U : 0U); in LL_RTC_IsActiveFlag_WUTW()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_ll_rtc.h250 #define LL_RTC_ICSR_WUTWF RTC_ICSR_WUTWF
3603 return ((READ_BIT(RTCx->ICSR, RTC_ICSR_WUTWF) == (RTC_ICSR_WUTWF)) ? 1U : 0U); in LL_RTC_IsActiveFlag_WUTW()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_ll_rtc.h253 #define LL_RTC_ICSR_WUTWF RTC_ICSR_WUTWF
3694 return ((READ_BIT(RTCx->ICSR, RTC_ICSR_WUTWF) == (RTC_ICSR_WUTWF)) ? 1U : 0U); in LL_RTC_IsActiveFlag_WUTW()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_rtc.h250 #define LL_RTC_ICSR_WUTWF RTC_ICSR_WUTWF
4413 return ((READ_BIT(RTCx->ICSR, RTC_ICSR_WUTWF) == (RTC_ICSR_WUTWF)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_WUTW()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_rtc.h250 #define LL_RTC_ICSR_WUTWF RTC_ICSR_WUTWF
4005 return (READ_BIT(RTCx->ICSR, RTC_ICSR_WUTWF) == (RTC_ICSR_WUTWF)); in LL_RTC_IsActiveFlag_WUTW()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_rtc_ex.c766 while (READ_BIT(hrtc->Instance->ICSR, RTC_ICSR_WUTWF) == 0U) in HAL_RTCEx_SetWakeUpTimer()
859 while (READ_BIT(hrtc->Instance->ICSR, RTC_ICSR_WUTWF) == 0U) in HAL_RTCEx_SetWakeUpTimer_IT()

123456