Home
last modified time | relevance | path

Searched refs:ErrorLimitValue (Results 1 – 25 of 39) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_ll_crs.h465 …L_CRS_ConfigSynchronization(uint32_t HSI48CalibrationValue, uint32_t ErrorLimitValue, uint32_t Rel… in LL_CRS_ConfigSynchronization() argument
470 ReloadValue | (ErrorLimitValue << CRS_POSITION_FELIM) | Settings); in LL_CRS_ConfigSynchronization()
Dstm32wbxx_hal_rcc_ex.h379 …uint32_t ErrorLimitValue; /*!< Specifies the value to be used to evaluate the captured frequ… member
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_ll_crs.h465 …L_CRS_ConfigSynchronization(uint32_t HSI48CalibrationValue, uint32_t ErrorLimitValue, uint32_t Rel… in LL_CRS_ConfigSynchronization() argument
470 ReloadValue | (ErrorLimitValue << CRS_POSITION_FELIM) | Settings); in LL_CRS_ConfigSynchronization()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_ll_crs.h450 …L_CRS_ConfigSynchronization(uint32_t HSI48CalibrationValue, uint32_t ErrorLimitValue, uint32_t Rel… in LL_CRS_ConfigSynchronization() argument
455 ReloadValue | (ErrorLimitValue << CRS_CFGR_FELIM_Pos) | Settings); in LL_CRS_ConfigSynchronization()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_crs.h465 …_INLINE void LL_CRS_ConfigSynchronization(uint32_t HSI48CalibrationValue, uint32_t ErrorLimitValue, in LL_CRS_ConfigSynchronization() argument
471 ReloadValue | (ErrorLimitValue << CRS_POSITION_FELIM) | Settings); in LL_CRS_ConfigSynchronization()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_crs.h465 …_INLINE void LL_CRS_ConfigSynchronization(uint32_t HSI48CalibrationValue, uint32_t ErrorLimitValue, in LL_CRS_ConfigSynchronization() argument
471 ReloadValue | (ErrorLimitValue << CRS_POSITION_FELIM) | Settings); in LL_CRS_ConfigSynchronization()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_ll_crs.h477 …_INLINE void LL_CRS_ConfigSynchronization(uint32_t HSI48CalibrationValue, uint32_t ErrorLimitValue, in LL_CRS_ConfigSynchronization() argument
483 ReloadValue | (ErrorLimitValue << CRS_CFGR_FELIM_Pos) | Settings); in LL_CRS_ConfigSynchronization()
Dstm32c0xx_hal_rcc_ex.h97 …uint32_t ErrorLimitValue; /*!< Specifies the value to be used to evaluate the captured fre… member
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_ll_crs.h450 …L_CRS_ConfigSynchronization(uint32_t HSI48CalibrationValue, uint32_t ErrorLimitValue, uint32_t Rel… in LL_CRS_ConfigSynchronization() argument
455 ReloadValue | (ErrorLimitValue << CRS_CFGR_FELIM_Pos) | Settings); in LL_CRS_ConfigSynchronization()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_ll_crs.h455 …_INLINE void LL_CRS_ConfigSynchronization(uint32_t HSI48CalibrationValue, uint32_t ErrorLimitValue, in LL_CRS_ConfigSynchronization() argument
461 ReloadValue | (ErrorLimitValue << CRS_CFGR_FELIM_Pos) | Settings); in LL_CRS_ConfigSynchronization()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_crs.h455 …L_CRS_ConfigSynchronization(uint32_t HSI48CalibrationValue, uint32_t ErrorLimitValue, uint32_t Rel… in LL_CRS_ConfigSynchronization() argument
460 ReloadValue | (ErrorLimitValue << CRS_CFGR_FELIM_Pos) | Settings); in LL_CRS_ConfigSynchronization()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_ll_crs.h450 …L_CRS_ConfigSynchronization(uint32_t HSI48CalibrationValue, uint32_t ErrorLimitValue, uint32_t Rel… in LL_CRS_ConfigSynchronization() argument
455 ReloadValue | (ErrorLimitValue << CRS_CFGR_FELIM_Pos) | Settings); in LL_CRS_ConfigSynchronization()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_crs.h450 …L_CRS_ConfigSynchronization(uint32_t HSI48CalibrationValue, uint32_t ErrorLimitValue, uint32_t Rel… in LL_CRS_ConfigSynchronization() argument
455 ReloadValue | (ErrorLimitValue << CRS_CFGR_FELIM_Pos) | Settings); in LL_CRS_ConfigSynchronization()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_ll_crs.h466 …_INLINE void LL_CRS_ConfigSynchronization(uint32_t HSI48CalibrationValue, uint32_t ErrorLimitValue, in LL_CRS_ConfigSynchronization() argument
472 ReloadValue | (ErrorLimitValue << CRS_POSITION_FELIM) | Settings); in LL_CRS_ConfigSynchronization()
Dstm32u0xx_hal_rcc_ex.h131 …uint32_t ErrorLimitValue; /*!< Specifies the value to be used to evaluate the captured fre… member
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_crs.h449 …_INLINE void LL_CRS_ConfigSynchronization(uint32_t HSI48CalibrationValue, uint32_t ErrorLimitValue, in LL_CRS_ConfigSynchronization() argument
455 ReloadValue | (ErrorLimitValue << CRS_CFGR_FELIM_Pos) | Settings); in LL_CRS_ConfigSynchronization()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_rcc_ex.c589 assert_param(IS_RCC_CRS_ERRORLIMIT(pInit->ErrorLimitValue)); in HAL_RCCEx_CRSConfig()
605 value |= (pInit->ErrorLimitValue << CRS_CFGR_FELIM_Pos); in HAL_RCCEx_CRSConfig()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_rcc_ex.c666 assert_param(IS_RCC_CRS_ERRORLIMIT(pInit->ErrorLimitValue)); in HAL_RCCEx_CRSConfig()
682 value |= (pInit->ErrorLimitValue << CRS_CFGR_FELIM_BITNUMBER); in HAL_RCCEx_CRSConfig()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_rcc_ex.c928 assert_param(IS_RCC_CRS_ERRORLIMIT(pInit->ErrorLimitValue)); in HAL_RCCEx_CRSConfig()
944 value |= (pInit->ErrorLimitValue << CRS_CFGR_FELIM_Pos); in HAL_RCCEx_CRSConfig()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_rcc_ex.c1529 assert_param(IS_RCC_CRS_ERRORLIMIT(pInit->ErrorLimitValue)); in HAL_RCCEx_CRSConfig()
1545 value |= (pInit->ErrorLimitValue << CRS_CFGR_FELIM_Pos); in HAL_RCCEx_CRSConfig()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_rcc_ex.c1609 assert_param(IS_RCC_CRS_ERRORLIMIT(pInit->ErrorLimitValue)); in HAL_RCCEx_CRSConfig()
1625 value |= (pInit->ErrorLimitValue << CRS_CFGR_FELIM_Pos); in HAL_RCCEx_CRSConfig()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_rcc_ex.c1379 assert_param(IS_RCC_CRS_ERRORLIMIT(pInit->ErrorLimitValue)); in HAL_RCCEx_CRSConfig()
1395 value |= (pInit->ErrorLimitValue << CRS_CFGR_FELIM_Pos); in HAL_RCCEx_CRSConfig()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_rcc_ex.c1570 assert_param(IS_RCC_CRS_ERRORLIMIT(pInit->ErrorLimitValue)); in HAL_RCCEx_CRSConfig()
1586 value |= (pInit->ErrorLimitValue << CRS_CFGR_FELIM_Pos); in HAL_RCCEx_CRSConfig()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_rcc_ex.c2899 assert_param(IS_RCC_CRS_ERRORLIMIT(pInit->ErrorLimitValue)); in HAL_RCCEx_CRSConfig()
2915 value |= (pInit->ErrorLimitValue << CRS_CFGR_FELIM_Pos); in HAL_RCCEx_CRSConfig()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_rcc_ex.c2123 assert_param(IS_RCC_CRS_ERRORLIMIT(pInit->ErrorLimitValue)); in HAL_RCCEx_CRSConfig()
2139 value |= (pInit->ErrorLimitValue << CRS_CFGR_FELIM_Pos); in HAL_RCCEx_CRSConfig()

12