Searched defs:IS_RTC_MINUTES (Results 1 – 3 of 3) sorted by relevance
198 #define IS_RTC_MINUTES(MINUTES) ((MINUTES) <= 59U) macro
865 #define IS_RTC_MINUTES(MINUTES) ((MINUTES) <= (uint32_t)59U) macro
1033 #define IS_RTC_MINUTES(MINUTES) ((MINUTES) <= 59u) macro