Searched refs:IS_RTC_MIN (Results 1 – 4 of 4) sorted by relevance
85 if (!IS_RTC_MIN(fp_Time->u8_Minutes)) return; in HAL_RTC_SetTime()187 if (!IS_RTC_MIN(fp_Alarm->u32_Minutes)) return; in HAL_RTC_AlarmConfig()
559 #define IS_RTC_MIN(__MIN__) ((__MIN__) >= 0x00 && (__MIN__) <= 0x59) macro
561 #define IS_RTC_MIN(__MIN__) ((__MIN__) <= 0x59) macro
Completed in 14 milliseconds