OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RtcClock
(Results
1 - 3
of
3
) sorted by null
/device/google/contexthub/firmware/inc/platform/stm32f4xx/
rtc.h
27
enum
RtcClock
pwr.h
183
void pwrEnableAndClockRtc(enum
RtcClock
);
/device/google/contexthub/firmware/src/platform/stm32f4xx/
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 75 milliseconds