Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/platform/stm32/
Drtc.c110 #define RTC_VALID_DELAY_FOR_PERIOD(delay, period) \ macro
178 if (RTC_VALID_DELAY_FOR_PERIOD(delay, RTC_DIV2_PERIOD_NS)) { in rtcSetWakeupTimer()
184 else if (RTC_VALID_DELAY_FOR_PERIOD(delay, RTC_DIV4_PERIOD_NS)) { in rtcSetWakeupTimer()
190 else if (RTC_VALID_DELAY_FOR_PERIOD(delay, RTC_DIV8_PERIOD_NS)) { in rtcSetWakeupTimer()
196 else if (RTC_VALID_DELAY_FOR_PERIOD(delay, RTC_DIV16_PERIOD_NS)) { in rtcSetWakeupTimer()
204 if (RTC_VALID_DELAY_FOR_PERIOD(delay, NS_PER_S)) in rtcSetWakeupTimer()