Searched refs:IS_RTC_SEC (Results 1 – 4 of 4) sorted by relevance
86 if (!IS_RTC_SEC(fp_Time->u8_Seconds)) return; in HAL_RTC_SetTime()188 if (!IS_RTC_SEC(fp_Alarm->u32_Seconds)) return; in HAL_RTC_AlarmConfig()
561 #define IS_RTC_SEC(__SEC__) ((__SEC__) >= 0x00 && (__SEC__) <= 0x59) macro
563 #define IS_RTC_SEC(__SEC__) ((__SEC__) <= 0x60) macro
Completed in 15 milliseconds