Searched refs:RTC_SRC_LSI (Results 1 – 2 of 2) sorted by relevance
58 …RTC_SRC_LSI = 0, /*!< Low speed internal clock, about 32 kHz … enumerator161 #define IS_RTC_SRC(x) ((x == RTC_SRC_LSI) || (x == RTC_SRC_LSE))
58 …RTC_SRC_LSI = 0, /*!< Low speed internal clock, about 32 kHz … enumerator171 #define IS_RTC_SRC(x) ((x == RTC_SRC_LSI) || IS_RTC_SRC_LSE(x))
Completed in 4 milliseconds