Home
last modified time | relevance | path

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

/bsp/Vango/v85xxp/Libraries/VangoV85xxP_standard_peripheral/Source/
A Dlib_rtc.c745 void RTC_PLLDIVConfig(uint32_t DIVSource,uint32_t nfrequency) in RTC_PLLDIVConfig() argument
753 if (nfrequency == 0) in RTC_PLLDIVConfig()
759 RTC->DIV = CLK_GetPLLLFreq()/2/nfrequency - 1; in RTC_PLLDIVConfig()
765 if (nfrequency == 0) in RTC_PLLDIVConfig()
771 RTC->DIV = CLK_GetPLLLFreq()/2/nfrequency - 1; in RTC_PLLDIVConfig()
/bsp/Vango/v85xx/Libraries/VangoV85xx_standard_peripheral/Source/
A Dlib_rtc.c645 void RTC_PLLDIVConfig(uint32_t nfrequency) in RTC_PLLDIVConfig() argument
647 RTC->DIV = CLK_GetPCLKFreq()/2/nfrequency - 1; in RTC_PLLDIVConfig()
/bsp/Vango/v85xx/Libraries/VangoV85xx_standard_peripheral/Include/
A Dlib_rtc.h189 void RTC_PLLDIVConfig(uint32_t nfrequency);
/bsp/Vango/v85xxp/Libraries/VangoV85xxP_standard_peripheral/Include/
A Dlib_rtc.h220 void RTC_PLLDIVConfig(uint32_t DIVSource,uint32_t nfrequency);

Completed in 14 milliseconds