Home
last modified time | relevance | path

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

/bsp/Vango/v85xx/Libraries/VangoV85xx_standard_peripheral/Include/
A Dlib_rtc.h93 #define IS_RTC_TIME_MONTH(__MONTH__) (((__MONTH__) > 0x0U) && ((__MONTH__) < 0x13U)) macro
/bsp/Vango/v85xxp/Libraries/VangoV85xxP_standard_peripheral/Include/
A Dlib_rtc.h120 #define IS_RTC_TIME_MONTH(__MONTH__) (((__MONTH__) > 0x0U) && ((__MONTH__) < 0x13U)) macro
/bsp/Vango/v85xx/Libraries/VangoV85xx_standard_peripheral/Source/
A Dlib_rtc.c141 assert_parameters(IS_RTC_TIME_MONTH(sTime->Month)); in RTC_SetTime()
/bsp/Vango/v85xxp/Libraries/VangoV85xxP_standard_peripheral/Source/
A Dlib_rtc.c145 assert_parameters(IS_RTC_TIME_MONTH(sTime->Month)); in RTC_SetTime()

Completed in 10 milliseconds