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