Searched refs:IS_RTC_SRC (Results 1 – 4 of 4) sorted by relevance
161 #define IS_RTC_SRC(x) ((x == RTC_SRC_LSI) || (x == RTC_SRC_LSE)) macro
171 #define IS_RTC_SRC(x) ((x == RTC_SRC_LSI) || IS_RTC_SRC_LSE(x)) macro
92 Assert_Param(IS_RTC_SRC(Source)); in RTC_ClockSourceConfig()
80 Assert_Param(IS_RTC_SRC(Source)); in RTC_ClockSourceConfig()
Completed in 6 milliseconds