Value:(MODIFY_REG(RCC->CR,\
RCC_CR_HSITRIM, (uint32_t)(__HSICalibrationValue__) << RCC_CR_HSITRIM_Pos))
Macro to adjust the Internal High Speed oscillator (HSI) calibration value.
- Note
- The calibration is used to compensate for the variations in voltage and temperature that influence the frequency of the internal HSI RC.
- Parameters
-
<strong>HSICalibrationValue</strong> | specifies the calibration trimming value. (default is RCC_HSICALIBRATION_DEFAULT). This parameter must be a number between 0 and 0x1F. |