Home
last modified time | relevance | path

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

/bsp/Vango/v85xx/Libraries/VangoV85xx_standard_peripheral/Source/
A Dlib_rtc.c579 void RTC_WKUCounterConfig(uint32_t nClock,uint32_t CNTCLK) in RTC_WKUCounterConfig() argument
583 assert_parameters(IS_RTC_WKUCNT_CNTSEL(CNTCLK)); in RTC_WKUCounterConfig()
592 RTC->WKUCNT = (CNTCLK & RTC_WKUCNT_CNTSEL) | (nClock -1 ); in RTC_WKUCounterConfig()
/bsp/Vango/v85xxp/Libraries/VangoV85xxP_standard_peripheral/Source/
A Dlib_rtc.c619 void RTC_WKUCounterConfig(uint32_t nClock,uint32_t CNTCLK) in RTC_WKUCounterConfig() argument
623 assert_parameters(IS_RTC_WKUCNT_CNTSEL(CNTCLK)); in RTC_WKUCounterConfig()
631 RTC->WKUCNT = (CNTCLK & RTC_WKUCNT_CNTSEL) | ((nClock & RTC_WKUCNT_WKUCNT) -1 ); in RTC_WKUCounterConfig()
/bsp/Vango/v85xx/Libraries/VangoV85xx_standard_peripheral/Include/
A Dlib_rtc.h184 void RTC_WKUCounterConfig(uint32_t nClock,uint32_t CNTCLK);
/bsp/Vango/v85xxp/Libraries/VangoV85xxP_standard_peripheral/Include/
A Dlib_rtc.h213 void RTC_WKUCounterConfig(uint32_t nClock,uint32_t CNTCLK);

Completed in 185 milliseconds