Searched refs:ReloadValue (Results 1 – 10 of 10) sorted by relevance
456 …ion(uint32_t HSI48CalibrationValue, uint32_t ErrorLimitValue, uint32_t ReloadValue, uint32_t Setti… in LL_CRS_ConfigSynchronization() argument461 ReloadValue | (ErrorLimitValue << CRS_CFGR_FELIM_Pos) | Settings); in LL_CRS_ConfigSynchronization()
288 …uint32_t ReloadValue; /*!< Specifies the value to be loaded in the frequency error count… member306 uint32_t ReloadValue; /*!< Specifies the value loaded in the Counter reload value. member
466 …ion(uint32_t HSI48CalibrationValue, uint32_t ErrorLimitValue, uint32_t ReloadValue, uint32_t Setti… in LL_CRS_ConfigSynchronization() argument471 ReloadValue | (ErrorLimitValue << CRS_POSITION_FELIM) | Settings); in LL_CRS_ConfigSynchronization()
343 …uint32_t ReloadValue; /*!< Specifies the value to be loaded in the frequency error count… member360 uint32_t ReloadValue; /*!< Specifies the value loaded in the Counter reload value. member
920 assert_param(IS_RCC_CRS_RELOADVALUE(pInit->ReloadValue)); in HAL_RCCEx_CRSConfig()935 value |= pInit->ReloadValue; in HAL_RCCEx_CRSConfig()970 pSynchroInfo->ReloadValue = (uint32_t)(READ_BIT(CRS->CFGR, CRS_CFGR_RELOAD)); in HAL_RCCEx_CRSGetSynchronizationInfo()
1630 assert_param(IS_RCC_CRS_RELOADVALUE(pInit->ReloadValue)); in HAL_RCCEx_CRSConfig()1645 value |= pInit->ReloadValue; in HAL_RCCEx_CRSConfig()1680 pSynchroInfo->ReloadValue = LL_CRS_GetReloadCounter(); in HAL_RCCEx_CRSGetSynchronizationInfo()
2605 assert_param(IS_RCC_CRS_RELOADVALUE(pInit->ReloadValue)); in HAL_RCCEx_CRSConfig()2620 value |= pInit->ReloadValue; in HAL_RCCEx_CRSConfig()2656 pSynchroInfo->ReloadValue = (READ_BIT(CRS->CFGR, CRS_CFGR_RELOAD)); in HAL_RCCEx_CRSGetSynchronizationInfo()
229 …uint32_t ReloadValue; /*!< Specifies the value to be loaded in the frequency error count… member246 uint32_t ReloadValue; /*!< Specifies the value loaded in the Counter reload value. member