Searched refs:AsynchPrediv (Results 1 – 6 of 6) sorted by relevance
169 hRTC_Handle.Init.AsynchPrediv = RTC_ASYNCH_PREDIV; in HAL_InitTick()
162 hRTC_Handle.Init.AsynchPrediv = RTC_ASYNCH_PREDIV; in HAL_InitTick()
161 assert_param(IS_RTC_ASYNCH_PREDIV(hrtc->Init.AsynchPrediv)); in HAL_RTC_Init()202 hrtc->Instance->PRER |= (uint32_t)(hrtc->Init.AsynchPrediv << 16U); in HAL_RTC_Init()
81 uint32_t AsynchPrediv; /*!< Specifies the RTC Asynchronous Predivider value. member
214 assert_param(IS_RTC_ASYNCH_PREDIV(hrtc->Init.AsynchPrediv)); in HAL_RTC_Init()250 hrtc->Instance->PRER |= (uint32_t)(hrtc->Init.AsynchPrediv << 16); in HAL_RTC_Init()
Completed in 11 milliseconds