Searched refs:IS_RTC_SRC_LSE (Results 1 – 1 of 1) sorted by relevance
167 #define IS_RTC_SRC_LSE(x) (x == RTC_SRC_LSE) macro169 #define IS_RTC_SRC_LSE(x) (0) macro171 #define IS_RTC_SRC(x) ((x == RTC_SRC_LSI) || IS_RTC_SRC_LSE(x))
Completed in 3 milliseconds