Home
last modified time | relevance | path

Searched refs:ReloadValue (Results 1 – 10 of 10) sorted by relevance

/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_ll_crs.h456 …ion(uint32_t HSI48CalibrationValue, uint32_t ErrorLimitValue, uint32_t ReloadValue, uint32_t Setti… in LL_CRS_ConfigSynchronization() argument
461 ReloadValue | (ErrorLimitValue << CRS_CFGR_FELIM_Pos) | Settings); in LL_CRS_ConfigSynchronization()
H A Dstm32l4xx_hal_rcc_ex.h288 …uint32_t ReloadValue; /*!< Specifies the value to be loaded in the frequency error count… member
306 uint32_t ReloadValue; /*!< Specifies the value loaded in the Counter reload value. member
/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/STM32WBxx_HAL_Driver/Inc/
H A Dstm32wbxx_ll_crs.h466 …ion(uint32_t HSI48CalibrationValue, uint32_t ErrorLimitValue, uint32_t ReloadValue, uint32_t Setti… in LL_CRS_ConfigSynchronization() argument
471 ReloadValue | (ErrorLimitValue << CRS_POSITION_FELIM) | Settings); in LL_CRS_ConfigSynchronization()
H A Dstm32wbxx_hal_rcc_ex.h343 …uint32_t ReloadValue; /*!< Specifies the value to be loaded in the frequency error count… member
360 uint32_t ReloadValue; /*!< Specifies the value loaded in the Counter reload value. member
/btstack/port/stm32-l073rz-nucleo-em9304/Drivers/STM32L0xx_HAL_Driver/Src/
H A Dstm32l0xx_hal_rcc_ex.c920 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()
/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/STM32WBxx_HAL_Driver/Src/
H A Dstm32wbxx_hal_rcc_ex.c1630 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()
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_rcc_ex.c2605 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()
/btstack/port/stm32-l476rg-nucleo-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_rcc_ex.c2605 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()
/btstack/port/stm32-l476rg-nucleo-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_hal_rcc_ex.h288 …uint32_t ReloadValue; /*!< Specifies the value to be loaded in the frequency error count… member
306 uint32_t ReloadValue; /*!< Specifies the value loaded in the Counter reload value. member
/btstack/port/stm32-l073rz-nucleo-em9304/Drivers/STM32L0xx_HAL_Driver/Inc/
H A Dstm32l0xx_hal_rcc_ex.h229 …uint32_t ReloadValue; /*!< Specifies the value to be loaded in the frequency error count… member
246 uint32_t ReloadValue; /*!< Specifies the value loaded in the Counter reload value. member