/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_hal_rtc_ex.h | 933 … ((__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/ |
D | stm32n6xx_hal_rtc_ex.h | 922 … ((__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/ |
D | stm32u5xx_hal_rtc_ex.h | 901 … ((__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/ |
D | stm32h7rsxx_hal_rtc_ex.h | 861 … ((__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/ |
D | stm32h5xx_hal_rtc_ex.h | 964 (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/ |
D | stm32u0xx_hal_rtc_ex.c | 509 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/ |
D | stm32n6xx_hal_rtc_ex.c | 589 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()
|
D | stm32n6xx_hal_rtc.c | 474 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/ |
D | stm32wbaxx_hal_rtc_ex.c | 553 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/ |
D | stm32h7rsxx_hal_rtc_ex.c | 595 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()
|
D | stm32h7rsxx_hal_rtc.c | 497 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/ |
D | stm32u5xx_hal_rtc_ex.c | 525 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/ |
D | stm32h5xx_hal_rtc_ex.c | 602 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/ |
D | stm32g4xx_hal_rtc_ex.c | 559 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/ |
D | stm32wlxx_hal_rtc_ex.c | 563 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/ |
D | stm32mp1xx_hal_rtc_ex.c | 560 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/ |
D | stm32l5xx_hal_rtc_ex.c | 561 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/ |
D | stm32h7xx_hal_timebase_rtc_wakeup_template.c | 177 #if defined(RTC_ICSR_WUTWF) in HAL_InitTick()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_ll_rtc.h | 249 #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/ |
D | stm32wlxx_ll_rtc.h | 253 #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/ |
D | stm32u0xx_ll_rtc.h | 250 #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/ |
D | stm32mp1xx_ll_rtc.h | 253 #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/ |
D | stm32h7xx_ll_rtc.h | 250 #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/ |
D | stm32l4xx_ll_rtc.h | 250 #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/ |
D | stm32l4xx_hal_rtc_ex.c | 766 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()
|