Searched defs:IS_RTC_TIME_SECS (Results 1 – 2 of 2) sorted by relevance
103 #define IS_RTC_TIME_SECS(__SECS__) ((__SECS__) < 0x5A) macro
130 #define IS_RTC_TIME_SECS(__SECS__) ((__SECS__) < 0x5AU) macro
Completed in 5 milliseconds