Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_ll_crs.h482 …L_CRS_ConfigSynchronization(uint32_t HSI48CalibrationValue, uint32_t ErrorLimitValue, uint32_t Rel… in LL_CRS_ConfigSynchronization() argument
487 ReloadValue | (ErrorLimitValue << CRS_POSITION_FELIM) | Settings); in LL_CRS_ConfigSynchronization()
Dstm32l0xx_hal_rcc_ex.h248 …uint32_t ErrorLimitValue; /*!< Specifies the value to be used to evaluate the captured frequ… member
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_crs.h472 …L_CRS_ConfigSynchronization(uint32_t HSI48CalibrationValue, uint32_t ErrorLimitValue, uint32_t Rel… in LL_CRS_ConfigSynchronization() argument
477 ReloadValue | (ErrorLimitValue << CRS_CFGR_FELIM_Pos) | Settings); in LL_CRS_ConfigSynchronization()
Dstm32l4xx_hal_rcc_ex.h308 …uint32_t ErrorLimitValue; /*!< Specifies the value to be used to evaluate the captured frequ… member
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_rcc_ex.c871 assert_param(IS_RCC_CRS_ERRORLIMIT(pInit->ErrorLimitValue)); in HAL_RCCEx_CRSConfig()
887 value |= (pInit->ErrorLimitValue << CRS_CFGR_FELIM_BITNUMBER); in HAL_RCCEx_CRSConfig()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_rcc_ex.c2578 assert_param(IS_RCC_CRS_ERRORLIMIT(pInit->ErrorLimitValue)); in HAL_RCCEx_CRSConfig()
2594 value |= (pInit->ErrorLimitValue << CRS_CFGR_FELIM_Pos); in HAL_RCCEx_CRSConfig()