Searched refs:IS_RTC_TS_STYLE (Results 1 – 4 of 4) sorted by relevance
483 #define IS_RTC_TS_STYLE(x) (((x) == RTC_TS_RISING_EDGE) || \ macro
485 #define IS_RTC_TS_STYLE(x) (((x) == RTC_TS_RISING_EDGE) || \ macro
709 assert_param(IS_RTC_TS_STYLE(style)); in ald_rtc_set_time_stamp()
Completed in 11 milliseconds