Home
last modified time | relevance | path

Searched refs:nClock (Results 1 – 6 of 6) sorted by relevance

/bsp/Vango/v85xxp/Libraries/CMSIS/Vango/V85xxP/Source/
A Dlib_cortex.c180 void CORTEX_Delay_nSysClock(__IO uint32_t nClock) in CORTEX_Delay_nSysClock() argument
184 SysTick->LOAD = nClock - 1; in CORTEX_Delay_nSysClock()
/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
582 assert_parameters(IS_RTC_WKUCNT_PERIOD(nClock)); in RTC_WKUCounterConfig()
592 RTC->WKUCNT = (CNTCLK & RTC_WKUCNT_CNTSEL) | (nClock -1 ); in RTC_WKUCounterConfig()
/bsp/Vango/v85xxp/Libraries/CMSIS/Vango/V85xxP/Include/
A Dlib_cortex.h41 void CORTEX_Delay_nSysClock(__IO uint32_t nClock);
/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
622 assert_parameters(IS_RTC_WKUCNT_PERIOD(nClock)); 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 14 milliseconds