Searched refs:RTC_AsynchPrediv (Results 1 – 2 of 2) sorted by relevance
222 RTC_InitStruct->RTC_AsynchPrediv = (u32)0x7F; /* 32768 /128 = 256Hz */ in RTC_StructInit()250 assert_param(IS_RTC_ASYNCH_PREDIV(RTC_InitStruct->RTC_AsynchPrediv)); in RTC_Init()261 Temp = (RTC_InitStruct->RTC_SynchPrediv) | (RTC_InitStruct->RTC_AsynchPrediv << 16); in RTC_Init()
111 u32 RTC_AsynchPrediv; /*!< Specifies the RTC Asynchronous Predivider value. member
Completed in 5 milliseconds