Searched refs:IS_RTC_SOURCE_SEL (Results 1 – 4 of 4) sorted by relevance
451 #define IS_RTC_SOURCE_SEL(x) (((x) == RTC_SOURCE_LOSC) || \ macro
453 #define IS_RTC_SOURCE_SEL(x) (((x) == RTC_SOURCE_LOSC) || \ macro
281 assert_param(IS_RTC_SOURCE_SEL(sel)); in ald_rtc_source_select()
Completed in 14 milliseconds