Home
last modified time | relevance | path

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

12345

/hal_stm32-3.5.0/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()
675 while (READ_BIT(RTC->ICSR, RTC_ICSR_WUTWF) == 0U) in HAL_RTCEx_DeactivateWakeUpTimer()
680 if (READ_BIT(RTC->ICSR, RTC_ICSR_WUTWF) == 0U) in HAL_RTCEx_DeactivateWakeUpTimer()
/hal_stm32-3.5.0/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):\
Dstm32u5xx_ll_rtc.h265 #define LL_RTC_ICSR_WUTWF RTC_ICSR_WUTWF
4180 return ((READ_BIT(RTCx->ICSR, RTC_ICSR_WUTWF) == (RTC_ICSR_WUTWF)) ? 1U : 0U); in LL_RTC_IsActiveFlag_WUTW()
/hal_stm32-3.5.0/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):\
Dstm32wbaxx_ll_rtc.h276 #define LL_RTC_ICSR_WUTWF RTC_ICSR_WUTWF
4170 return ((READ_BIT(RTCx->ICSR, RTC_ICSR_WUTWF) == (RTC_ICSR_WUTWF)) ? 1U : 0U); in LL_RTC_IsActiveFlag_WUTW()
/hal_stm32-3.5.0/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-3.5.0/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-3.5.0/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-3.5.0/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-3.5.0/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-3.5.0/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_timebase_rtc_wakeup_template.c177 #if defined(RTC_ICSR_WUTWF) in HAL_InitTick()
Dstm32h7xx_hal_rtc.c396 while ((((hrtc->Instance->ICSR) & RTC_ICSR_WUTWF) == 0U) && (status != HAL_TIMEOUT)) in HAL_RTC_DeInit()
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rtc_ex.c648 while (READ_BIT(RTC->ICSR, RTC_ICSR_WUTWF) == 0U) in HAL_RTCEx_SetWakeUpTimer()
730 while (READ_BIT(RTC->ICSR, RTC_ICSR_WUTWF) == 0U) in HAL_RTCEx_SetWakeUpTimer_IT()
793 while (READ_BIT(RTC->ICSR, RTC_ICSR_WUTWF) == 0U) in HAL_RTCEx_DeactivateWakeUpTimer()
/hal_stm32-3.5.0/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-3.5.0/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-3.5.0/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()
Dstm32h7xx_hal_rtc.h503 #define RTC_FLAG_WUTWF RTC_ICSR_WUTWF /*!< Wakeup timer write operation pendi…
/hal_stm32-3.5.0/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-3.5.0/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-3.5.0/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()
/hal_stm32-3.5.0/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_rtc.h253 #define LL_RTC_ICSR_WUTWF RTC_ICSR_WUTWF
3556 return ((READ_BIT(RTCx->ICSR, RTC_ICSR_WUTWF) == (RTC_ICSR_WUTWF)) ? 1U : 0U); in LL_RTC_IsActiveFlag_WUTW()
/hal_stm32-3.5.0/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_ll_rtc.h253 #define LL_RTC_ICSR_WUTWF RTC_ICSR_WUTWF
3943 return ((READ_BIT(RTCx->ICSR, RTC_ICSR_WUTWF) == (RTC_ICSR_WUTWF)) ? 1U : 0U); in LL_RTC_IsActiveFlag_WUTW()
Dstm32l5xx_hal_rtc.h818 RTC_ICSR_WUTWF)
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_rtc.h277 #define LL_RTC_ICSR_WUTWF RTC_ICSR_WUTWF
4293 return ((READ_BIT(RTCx->ICSR, RTC_ICSR_WUTWF) == (RTC_ICSR_WUTWF)) ? 1U : 0U); in LL_RTC_IsActiveFlag_WUTW()
/hal_stm32-3.5.0/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_rtc.c385 while(((hrtc->Instance->ICSR) & RTC_ICSR_WUTWF) == 0U) in HAL_RTC_DeInit()

12345