Home
last modified time | relevance | path

Searched refs:RTC_ISR_WUTWF (Results 1 – 1 of 1) sorted by relevance

/device/google/contexthub/firmware/os/platform/stm32/
Drtc.c75 #define RTC_ISR_WUTWF 0x00000004UL macro
222 while ((RTC->ISR & RTC_ISR_WUTWF) == 0); in rtcSetWakeupTimer()