Reference Manual to
LL API cross
reference:
CR HSION LL_RCC_HSI_Disable
LL_RCC_HSI_IsReady
__STATIC_INLINE uint32_t LL_RCC_HSI_IsReady (void )
Check if HSI clock is ready.
Reference Manual to
LL API cross
reference:
CR HSIRDY LL_RCC_HSI_IsReady
LL_RCC_HSI_GetCalibration
__STATIC_INLINE uint32_t LL_RCC_HSI_GetCalibration (void
)
Get HSI Calibration value.
Between: Min_Data = 0x00 and Max_Data = 0xFF
When HSITRIM is written, HSICAL is updated with the sum of
HSITRIM and the factory trim value
Reference Manual to
LL API cross
reference:
CR HSICAL LL_RCC_HSI_GetCalibration
LL_RCC_HSI_SetCalibTrimming
__STATIC_INLINE void LL_RCC_HSI_SetCalibTrimming
(uint32_t Value)
Set HSI Calibration trimming.
Value: Between Min_Data = 0 and Max_Data = 31
user-programmable trimming value that is added to the
HSICAL
Default value is 16, which, when added to the HSICAL value,
should trim the HSI to 16 MHz +/- 1 %
Reference Manual to
LL API cross
reference:
CR HSITRIM LL_RCC_HSI_SetCalibTrimming
LL_RCC_HSI_GetCalibTrimming
__STATIC_INLINE uint32_t LL_RCC_HSI_GetCalibTrimming
(void )
Get HSI Calibration trimming.