Searched refs:RTC_InitStructure (Results 1 – 7 of 7) sorted by relevance
82 RTC_InitType RTC_InitStructure; in rt_rtc_config() local85 RTC_InitStructure.RTC_AsynchPrediv = AsynchPrediv; in rt_rtc_config()86 RTC_InitStructure.RTC_SynchPrediv = SynchPrediv; in rt_rtc_config()87 RTC_InitStructure.RTC_HourFormat = RTC_24HOUR_FORMAT; in rt_rtc_config()90 if (RTC_Init(&RTC_InitStructure) != SUCCESS) in rt_rtc_config()
23 } RTC_InitStructure; typedef52 void RTC_Init(RTC_TypeDef * RTCx, RTC_InitStructure * initStruct);
34 void RTC_Init(RTC_TypeDef * RTCx, RTC_InitStructure * initStruct) in RTC_Init()
27 } RTC_InitStructure; typedef59 void RTC_Init(RTC_TypeDef * RTCx, RTC_InitStructure * initStruct);
98 RTC_InitStructure rtc_initstruct; in swm_rtc_configure()
97 RTC_InitStructure rtc_initstruct; in swm_rtc_configure()
Completed in 10 milliseconds