Home
last modified time | relevance | path

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

/bsp/Vango/v85xx/Libraries/VangoV85xx_standard_peripheral/Include/
A Dlib_rtc.h138 #define IS_RTC_WKUSEC_PERIOD(__PERIOD__) (((__PERIOD__) < 0x41U) && ((__PERIOD__) > 0U)) macro
/bsp/Vango/v85xxp/Libraries/VangoV85xxP_standard_peripheral/Include/
A Dlib_rtc.h153 #define IS_RTC_WKUSEC_PERIOD(__PERIOD__) ((__PERIOD__) < 0x41U) macro
/bsp/Vango/v85xx/Libraries/VangoV85xx_standard_peripheral/Source/
A Dlib_rtc.c490 assert_parameters(IS_RTC_WKUSEC_PERIOD(nPeriod)); in RTC_WKUSecondsConfig()
/bsp/Vango/v85xxp/Libraries/VangoV85xxP_standard_peripheral/Source/
A Dlib_rtc.c533 assert_parameters(IS_RTC_WKUSEC_PERIOD(nPeriod)); in RTC_WKUSecondsConfig()

Completed in 6 milliseconds