Home
last modified time | relevance | path

Searched refs:IS_RTC_TIME_HOURS (Results 1 – 4 of 4) sorted by relevance

/bsp/Vango/v85xxp/Libraries/VangoV85xxP_standard_peripheral/Source/
A Dlib_rtc.c148 assert_parameters(IS_RTC_TIME_HOURS(sTime->Hours)); in RTC_SetTime()
288 assert_parameters(IS_RTC_TIME_HOURS(RTC_AlarmStruct->AlarmHours)); in RTC_SetAlarm()
/bsp/Vango/v85xx/Libraries/VangoV85xx_standard_peripheral/Include/
A Dlib_rtc.h99 #define IS_RTC_TIME_HOURS(__HOURS__) ((__HOURS__) < 0x24) macro
/bsp/Vango/v85xxp/Libraries/VangoV85xxP_standard_peripheral/Include/
A Dlib_rtc.h126 #define IS_RTC_TIME_HOURS(__HOURS__) ((__HOURS__) < 0x24U) macro
/bsp/Vango/v85xx/Libraries/VangoV85xx_standard_peripheral/Source/
A Dlib_rtc.c144 assert_parameters(IS_RTC_TIME_HOURS(sTime->Hours)); in RTC_SetTime()

Completed in 8 milliseconds