HomeSort by relevance Sort by last modified time
    Searched refs:RtcClock (Results 1 - 3 of 3) sorted by null

  /device/google/contexthub/firmware/os/platform/stm32/inc/plat/
rtc.h 27 enum RtcClock
pwr.h 183 void pwrEnableAndClockRtc(enum RtcClock);
  /device/google/contexthub/firmware/os/platform/stm32/
pwr.c 179 void pwrEnableAndClockRtc(enum RtcClock rtcClock)
208 if (rtcClock == RTC_CLK_LSE || rtcClock == RTC_CLK_LSE_BYPASS) {
211 if (rtcClock == RTC_CLK_LSE) {

Completed in 145 milliseconds