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

  /device/google/contexthub/firmware/os/platform/stm32/inc/plat/
rtc.h 30 RTC_CLK_LSE,
  /device/google/contexthub/firmware/variant/lunchbox/inc/variant/
variant.h 30 #define RTC_CLK RTC_CLK_LSE
  /device/google/contexthub/firmware/variant/nucleo/inc/variant/
variant.h 27 #define RTC_CLK RTC_CLK_LSE
  /device/google/contexthub/firmware/variant/argonkey/inc/variant/
variant.h 29 #define RTC_CLK RTC_CLK_LSE
  /device/google/contexthub/firmware/os/platform/stm32/
pwr.c 208 if (rtcClock == RTC_CLK_LSE || rtcClock == RTC_CLK_LSE_BYPASS) {
211 if (rtcClock == RTC_CLK_LSE) {

Completed in 468 milliseconds