Searched refs:AsynchPrediv (Results 1 – 14 of 14) sorted by relevance
117 .AsynchPrediv = 0,159 RtcHandle.Init.AsynchPrediv = PREDIV_A; // RTC_ASYNCH_PREDIV; in RtcInit()
117 .AsynchPrediv = 0,160 RtcHandle.Init.AsynchPrediv = PREDIV_A; // RTC_ASYNCH_PREDIV; in RtcInit()
205 assert_param(IS_RTC_ASYNCH_PREDIV(hrtc->Init.AsynchPrediv)); in HAL_RTC_Init()246 hrtc->Instance->PRER |= (uint32_t)(hrtc->Init.AsynchPrediv << 16); in HAL_RTC_Init()
81 uint32_t AsynchPrediv; /*!< Specifies the RTC Asynchronous Predivider value. member
187 assert_param(IS_RTC_ASYNCH_PREDIV(hrtc->Init.AsynchPrediv)); in HAL_RTC_Init()229 hrtc->Instance->PRER |= (uint32_t)(hrtc->Init.AsynchPrediv << 16U); in HAL_RTC_Init()
259 assert_param(IS_RTC_ASYNCH_PREDIV(hrtc->Init.AsynchPrediv)); in HAL_RTC_Init()344 hrtc->Instance->PRER |= (hrtc->Init.AsynchPrediv << RTC_PRER_PREDIV_A_Pos); in HAL_RTC_Init()