HAL + 0/19 examples
CodeScope will show references to RTC_FLAG_WUTWF from the following samples and libraries:
Examples
STM32446E-Nucleo
Examples
HAL
STM32446E_EVAL
Examples
HAL
STM32469I-Discovery
Examples
HAL
STM32469I_EVAL
Examples
HAL
STM324x9I_EVAL
Examples
HAL
STM324xG_EVAL
Examples
HAL
STM32F4-Discovery
Examples
HAL
STM32F401-Discovery
Examples
HAL
STM32F401RE-Nucleo
Examples
HAL
STM32F410xx-Nucleo
Examples
HAL
STM32F411E-Discovery
Examples
HAL
STM32F411RE-Nucleo
Examples
HAL
STM32F412G-Discovery
Examples
HAL
STM32F412ZG-Nucleo
Examples
HAL
STM32F413H-Discovery
Examples
HAL
STM32F413ZH-Nucleo
Examples
HAL
STM32F429I-Discovery
Examples
HAL
STM32F429ZI-Nucleo
Examples
HAL
STM32F446ZE-Nucleo
Examples
HAL
 
Symbols
loading...
Files
loading...

RTC_FLAG_WUTWF macro

WUTR register write allowance flag

Syntax

#define RTC_FLAG_WUTWF RTC_ISR_WUTWF

Examples

RTC_FLAG_WUTWF is referenced by 19 libraries and example projects.

References

LocationText
stm32f4xx_hal_rtc.h:442
#define RTC_FLAG_WUTWF RTC_ISR_WUTWF /*!< WUTR register write allowance flag */
stm32f4xx_hal_rtc.h:787
RTC_FLAG_WUTF | RTC_FLAG_WUTWF | \
stm32f4xx_hal_rtc_ex.c:887
while (__HAL_RTC_WAKEUPTIMER_GET_FLAG(hrtc, RTC_FLAG_WUTWF) != 0U)
stm32f4xx_hal_rtc_ex.c:914
while (__HAL_RTC_WAKEUPTIMER_GET_FLAG(hrtc, RTC_FLAG_WUTWF) == 0U)
stm32f4xx_hal_rtc_ex.c:996
} while (__HAL_RTC_WAKEUPTIMER_GET_FLAG(hrtc, RTC_FLAG_WUTWF) != 0U);
stm32f4xx_hal_rtc_ex.c:1024
} while (__HAL_RTC_WAKEUPTIMER_GET_FLAG(hrtc, RTC_FLAG_WUTWF) == 0U);
stm32f4xx_hal_rtc_ex.c:1084
while (__HAL_RTC_WAKEUPTIMER_GET_FLAG(hrtc, RTC_FLAG_WUTWF) == 0U)