|
STM32F479xx 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 2999 of file stm32f4xx_ll_rcc.h.
| __STATIC_INLINE void LL_RCC_HSI_Enable | ( | void | ) |
Enable HSI oscillator.
| None |
Definition at line 2989 of file stm32f4xx_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 3021 of file stm32f4xx_ll_rcc.h.
| __STATIC_INLINE uint32_t LL_RCC_HSI_GetCalibTrimming | ( | void | ) |
Get HSI Calibration trimming.
| Between | Min_Data = 0 and Max_Data = 31 |
Definition at line 3045 of file stm32f4xx_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 3009 of file stm32f4xx_ll_rcc.h.
Referenced by LL_PLL_ConfigSystemClock_HSI(), LL_RCC_DeInit(), LL_RCC_GetI2SClockFreq(), and LL_RCC_GetSAIClockFreq().
| __STATIC_INLINE void LL_RCC_HSI_SetCalibTrimming | ( | uint32_t | Value | ) |
Set HSI Calibration trimming.
| Value | Between Min_Data = 0 and Max_Data = 31 |
| None |
Definition at line 3035 of file stm32f4xx_ll_rcc.h.
Referenced by LL_RCC_DeInit().
1.7.6.1