STM32F4xx_HAL_Driver
1.8.3
|
Functions | |
__STATIC_INLINE void | LL_RCC_HSI_Enable (void) |
Enable HSI oscillator @rmtoll CR HSION LL_RCC_HSI_Enable. More... | |
__STATIC_INLINE void | LL_RCC_HSI_Disable (void) |
Disable HSI oscillator @rmtoll CR HSION LL_RCC_HSI_Disable. More... | |
__STATIC_INLINE uint32_t | LL_RCC_HSI_IsReady (void) |
Check if HSI clock is ready @rmtoll CR HSIRDY LL_RCC_HSI_IsReady. More... | |
__STATIC_INLINE uint32_t | LL_RCC_HSI_GetCalibration (void) |
Get HSI Calibration value. More... | |
__STATIC_INLINE void | LL_RCC_HSI_SetCalibTrimming (uint32_t Value) |
Set HSI Calibration trimming. More... | |
__STATIC_INLINE uint32_t | LL_RCC_HSI_GetCalibTrimming (void) |
Get HSI Calibration trimming @rmtoll CR HSITRIM LL_RCC_HSI_GetCalibTrimming. More... | |
__STATIC_INLINE void LL_RCC_HSI_Disable | ( | void | ) |
Disable HSI oscillator @rmtoll CR HSION LL_RCC_HSI_Disable.
None |
Definition at line 2998 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE void LL_RCC_HSI_Enable | ( | void | ) |
Enable HSI oscillator @rmtoll CR HSION LL_RCC_HSI_Enable.
None |
Definition at line 2988 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE uint32_t LL_RCC_HSI_GetCalibration | ( | void | ) |
Get HSI Calibration value.
Between | Min_Data = 0x00 and Max_Data = 0xFF |
Definition at line 3020 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE uint32_t LL_RCC_HSI_GetCalibTrimming | ( | void | ) |
Get HSI Calibration trimming @rmtoll CR HSITRIM LL_RCC_HSI_GetCalibTrimming.
Between | Min_Data = 0 and Max_Data = 31 |
Definition at line 3044 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE uint32_t LL_RCC_HSI_IsReady | ( | void | ) |
Check if HSI clock is ready @rmtoll CR HSIRDY LL_RCC_HSI_IsReady.
State | of bit (1 or 0). |
Definition at line 3008 of file stm32f4xx_ll_rcc.h.
__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 3034 of file stm32f4xx_ll_rcc.h.