Searched refs:RTC_SRC_LSE (Results 1 – 3 of 3) sorted by relevance
59 …RTC_SRC_LSE /*!< Low speed external 32768 Hz clock … enumerator161 #define IS_RTC_SRC(x) ((x == RTC_SRC_LSI) || (x == RTC_SRC_LSE))
60 …RTC_SRC_LSE /*!< Low speed external 32768 Hz clock … enumerator167 #define IS_RTC_SRC_LSE(x) (x == RTC_SRC_LSE)
1119 + Modify "ht32f5xxxx_rtc.c/h", use LIBCFG_LSE to disable "RTC_SRC_LSE", "RTC_LSECmd()", and
Completed in 16 milliseconds