Searched refs:IS_RTC_CLOCK_OUTPUT (Results 1 – 4 of 4) sorted by relevance
509 #define IS_RTC_CLOCK_OUTPUT(x) (((x) == RTC_CLOCK_OUTPUT_32768) || \ macro
511 #define IS_RTC_CLOCK_OUTPUT(x) (((x) == RTC_CLOCK_OUTPUT_32768) || \ macro
936 assert_param(IS_RTC_CLOCK_OUTPUT(clock)); in ald_rtc_set_clock_output()
Completed in 15 milliseconds