Home
last modified time | relevance | path

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

/bsp/Vango/v85xx/Libraries/VangoV85xx_standard_peripheral/Include/
A Dlib_rtc.h97 #define IS_RTC_TIME_WEEKDAY(__WEEKDAY__) ((__WEEKDAY__) < 0x7U) macro
/bsp/Vango/v85xxp/Libraries/VangoV85xxP_standard_peripheral/Include/
A Dlib_rtc.h124 #define IS_RTC_TIME_WEEKDAY(__WEEKDAY__) ((__WEEKDAY__) < 0x7U) macro
/bsp/Vango/v85xx/Libraries/VangoV85xx_standard_peripheral/Source/
A Dlib_rtc.c143 assert_parameters(IS_RTC_TIME_WEEKDAY(sTime->WeekDay)); in RTC_SetTime()
/bsp/Vango/v85xxp/Libraries/VangoV85xxP_standard_peripheral/Source/
A Dlib_rtc.c147 assert_parameters(IS_RTC_TIME_WEEKDAY(sTime->WeekDay)); in RTC_SetTime()

Completed in 38 milliseconds