Home
last modified time | relevance | path

Searched refs:HSICalibrationValue (Results 1 – 11 of 11) sorted by relevance

/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/
A Dstm32f0xx_hal_rcc.c334 assert_param(IS_RCC_CALIBRATION_VALUE(RCC_OscInitStruct->HSICalibrationValue)); in HAL_RCC_OscConfig()
349 __HAL_RCC_HSI_CALIBRATIONVALUE_ADJUST(RCC_OscInitStruct->HSICalibrationValue); in HAL_RCC_OscConfig()
373 __HAL_RCC_HSI_CALIBRATIONVALUE_ADJUST(RCC_OscInitStruct->HSICalibrationValue); in HAL_RCC_OscConfig()
1200 …RCC_OscInitStruct->HSICalibrationValue = (uint32_t)((RCC->CR &RCC_CR_HSITRIM) >> RCC_CR_HSITRIM_Bi… in HAL_RCC_GetOscConfig()
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_rcc.c313 assert_param(IS_RCC_CALIBRATION_VALUE(RCC_OscInitStruct->HSICalibrationValue)); in HAL_RCC_OscConfig()
325 __HAL_RCC_HSI_CALIBRATIONVALUE_ADJUST(RCC_OscInitStruct->HSICalibrationValue); in HAL_RCC_OscConfig()
344 __HAL_RCC_HSI_CALIBRATIONVALUE_ADJUST(RCC_OscInitStruct->HSICalibrationValue); in HAL_RCC_OscConfig()
957 …RCC_OscInitStruct->HSICalibrationValue = (uint32_t)((RCC->CR &RCC_CR_HSITRIM) >> POSITION_VAL(RCC_… in HAL_RCC_GetOscConfig()
/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/src/
A Dstm32f2xx_rcc.c298 void RCC_AdjustHSICalibrationValue(uint8_t HSICalibrationValue) in RCC_AdjustHSICalibrationValue() argument
302 assert_param(IS_RCC_CALIBRATION_VALUE(HSICalibrationValue)); in RCC_AdjustHSICalibrationValue()
310 tmpreg |= (uint32_t)HSICalibrationValue << 3; in RCC_AdjustHSICalibrationValue()
/lk-master/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/src/
A Dstm32f10x_rcc.c333 void RCC_AdjustHSICalibrationValue(uint8_t HSICalibrationValue) in RCC_AdjustHSICalibrationValue() argument
337 assert_param(IS_RCC_CALIBRATION_VALUE(HSICalibrationValue)); in RCC_AdjustHSICalibrationValue()
342 tmpreg |= (uint32_t)HSICalibrationValue << 3; in RCC_AdjustHSICalibrationValue()
/lk-master/platform/stm32f7xx/
A Dinit.c98 RCC_OscInitStruct.HSICalibrationValue = 16; in SystemClock_Config()
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/src/
A Dstm32f4xx_rcc.c318 void RCC_AdjustHSICalibrationValue(uint8_t HSICalibrationValue) in RCC_AdjustHSICalibrationValue() argument
322 assert_param(IS_RCC_CALIBRATION_VALUE(HSICalibrationValue)); in RCC_AdjustHSICalibrationValue()
330 tmpreg |= (uint32_t)HSICalibrationValue << 3; in RCC_AdjustHSICalibrationValue()
/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/inc/
A Dstm32f2xx_rcc.h448 void RCC_AdjustHSICalibrationValue(uint8_t HSICalibrationValue);
/lk-master/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/inc/
A Dstm32f10x_rcc.h649 void RCC_AdjustHSICalibrationValue(uint8_t HSICalibrationValue);
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_rcc.h103 …uint32_t HSICalibrationValue; /*!< The calibration trimming value (default is RCC_HSICALIBRATION… member
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/
A Dstm32f4xx_rcc.h726 void RCC_AdjustHSICalibrationValue(uint8_t HSICalibrationValue);
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_hal_rcc.h244 …uint32_t HSICalibrationValue; /*!< The HSI calibration trimming value (default is RCC_HSICALIBRA… member

Completed in 27 milliseconds