Searched refs:ReloadValue (Results 1 – 8 of 8) sorted by relevance
89 obj->ReloadValue = 0; in TimerInit()114 obj->Timestamp = obj->ReloadValue; in TimerStart()343 obj->ReloadValue = ticks; in TimerSetValue()
41 uint32_t ReloadValue; //! Timer delay value member
482 …ion(uint32_t HSI48CalibrationValue, uint32_t ErrorLimitValue, uint32_t ReloadValue, uint32_t Setti… in LL_CRS_ConfigSynchronization() argument487 ReloadValue | (ErrorLimitValue << CRS_POSITION_FELIM) | Settings); in LL_CRS_ConfigSynchronization()
244 …uint32_t ReloadValue; /*!< Specifies the value to be loaded in the frequency error count… member261 uint32_t ReloadValue; /*!< Specifies the value loaded in the Counter reload value. member
472 …ion(uint32_t HSI48CalibrationValue, uint32_t ErrorLimitValue, uint32_t ReloadValue, uint32_t Setti… in LL_CRS_ConfigSynchronization() argument477 ReloadValue | (ErrorLimitValue << CRS_CFGR_FELIM_Pos) | Settings); in LL_CRS_ConfigSynchronization()
304 …uint32_t ReloadValue; /*!< Specifies the value to be loaded in the frequency error count… member322 uint32_t ReloadValue; /*!< Specifies the value loaded in the Counter reload value. member
870 assert_param(IS_RCC_CRS_RELOADVALUE(pInit->ReloadValue)); in HAL_RCCEx_CRSConfig()885 value |= pInit->ReloadValue; in HAL_RCCEx_CRSConfig()920 pSynchroInfo->ReloadValue = (uint32_t)(READ_BIT(CRS->CFGR, CRS_CFGR_RELOAD)); in HAL_RCCEx_CRSGetSynchronizationInfo()
2577 assert_param(IS_RCC_CRS_RELOADVALUE(pInit->ReloadValue)); in HAL_RCCEx_CRSConfig()2592 value |= pInit->ReloadValue; in HAL_RCCEx_CRSConfig()2628 pSynchroInfo->ReloadValue = (READ_BIT(CRS->CFGR, CRS_CFGR_RELOAD)); in HAL_RCCEx_CRSGetSynchronizationInfo()