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

  /device/google/contexthub/firmware/variant/lunchbox/inc/variant/
variant.h 33 #define RTC_PREDIV_A 0UL
  /device/google/contexthub/firmware/variant/argonkey/inc/variant/
variant.h 30 #define RTC_PREDIV_A 0UL
  /device/google/contexthub/firmware/os/platform/stm32/
rtc.c 90 #ifndef RTC_PREDIV_A
91 #define RTC_PREDIV_A 31UL
128 RTC->PRER |= (RTC_PREDIV_A << 16);

Completed in 79 milliseconds