STM32F103xB HAL User Manual
|
Functions | |
__STATIC_INLINE void | LL_RCC_HSI_Enable (void) |
Enable HSI oscillator. | |
__STATIC_INLINE void | LL_RCC_HSI_Disable (void) |
Disable HSI oscillator. | |
__STATIC_INLINE uint32_t | LL_RCC_HSI_IsReady (void) |
Check if HSI clock is ready. | |
__STATIC_INLINE uint32_t | LL_RCC_HSI_GetCalibration (void) |
Get HSI Calibration value. | |
__STATIC_INLINE void | LL_RCC_HSI_SetCalibTrimming (uint32_t Value) |
Set HSI Calibration trimming. | |
__STATIC_INLINE uint32_t | LL_RCC_HSI_GetCalibTrimming (void) |
Get HSI Calibration trimming. |
__STATIC_INLINE void LL_RCC_HSI_Disable | ( | void | ) |
Disable HSI oscillator.
None |
Definition at line 850 of file stm32f1xx_ll_rcc.h.
__STATIC_INLINE void LL_RCC_HSI_Enable | ( | void | ) |
Enable HSI oscillator.
None |
Definition at line 840 of file stm32f1xx_ll_rcc.h.
Referenced by LL_PLL_ConfigSystemClock_HSI(), and LL_RCC_DeInit().
__STATIC_INLINE uint32_t LL_RCC_HSI_GetCalibration | ( | void | ) |
Get HSI Calibration value.
Between | Min_Data = 0x00 and Max_Data = 0xFF |
Definition at line 872 of file stm32f1xx_ll_rcc.h.
__STATIC_INLINE uint32_t LL_RCC_HSI_GetCalibTrimming | ( | void | ) |
Get HSI Calibration trimming.
Between | Min_Data = 0x00 and Max_Data = 0x1F |
Definition at line 896 of file stm32f1xx_ll_rcc.h.
__STATIC_INLINE uint32_t LL_RCC_HSI_IsReady | ( | void | ) |
Check if HSI clock is ready.
State | of bit (1 or 0). |
Definition at line 860 of file stm32f1xx_ll_rcc.h.
Referenced by LL_PLL_ConfigSystemClock_HSI(), and LL_RCC_DeInit().
__STATIC_INLINE void LL_RCC_HSI_SetCalibTrimming | ( | uint32_t | Value | ) |
Set HSI Calibration trimming.
Value | between Min_Data = 0x00 and Max_Data = 0x1F |
None |
Definition at line 886 of file stm32f1xx_ll_rcc.h.
Referenced by LL_RCC_DeInit().