STM32L443xx HAL User Manual
|
Functions | |
__STATIC_INLINE void | LL_RCC_HSI_EnableInStopMode (void) |
Enable HSI even in stop mode. | |
__STATIC_INLINE void | LL_RCC_HSI_DisableInStopMode (void) |
Disable HSI in stop mode. | |
__STATIC_INLINE uint32_t | LL_RCC_HSI_IsEnabledInStopMode (void) |
Check if HSI is enabled in stop mode. | |
__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 void | LL_RCC_HSI_EnableAutoFromStop (void) |
Enable HSI Automatic from stop mode. | |
__STATIC_INLINE void | LL_RCC_HSI_DisableAutoFromStop (void) |
Disable HSI Automatic from stop mode. | |
__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 2133 of file stm32l4xx_ll_rcc.h.
__STATIC_INLINE void LL_RCC_HSI_DisableAutoFromStop | ( | void | ) |
Disable HSI Automatic from stop mode.
None |
Definition at line 2163 of file stm32l4xx_ll_rcc.h.
__STATIC_INLINE void LL_RCC_HSI_DisableInStopMode | ( | void | ) |
Disable HSI in stop mode.
None |
Definition at line 2103 of file stm32l4xx_ll_rcc.h.
__STATIC_INLINE void LL_RCC_HSI_Enable | ( | void | ) |
Enable HSI oscillator.
None |
Definition at line 2123 of file stm32l4xx_ll_rcc.h.
Referenced by LL_PLL_ConfigSystemClock_HSI().
__STATIC_INLINE void LL_RCC_HSI_EnableAutoFromStop | ( | void | ) |
Enable HSI Automatic from stop mode.
None |
Definition at line 2153 of file stm32l4xx_ll_rcc.h.
__STATIC_INLINE void LL_RCC_HSI_EnableInStopMode | ( | void | ) |
Enable HSI even in stop mode.
None |
Definition at line 2093 of file stm32l4xx_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 2174 of file stm32l4xx_ll_rcc.h.
__STATIC_INLINE uint32_t LL_RCC_HSI_GetCalibTrimming | ( | void | ) |
Get HSI Calibration trimming.
Between | Min_Data = 0 and Max_Data = 31 on STM32L43x/STM32L44x/STM32L47x/STM32L48x or between Min_Data = 0 and Max_Data = 127 on other devices |
Definition at line 2200 of file stm32l4xx_ll_rcc.h.
__STATIC_INLINE uint32_t LL_RCC_HSI_IsEnabledInStopMode | ( | void | ) |
Check if HSI is enabled in stop mode.
State | of bit (1 or 0). |
Definition at line 2113 of file stm32l4xx_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 2143 of file stm32l4xx_ll_rcc.h.
Referenced by LL_PLL_ConfigSystemClock_HSI(), LL_RCC_GetI2CClockFreq(), LL_RCC_GetLPTIMClockFreq(), LL_RCC_GetLPUARTClockFreq(), LL_RCC_GetSWPMIClockFreq(), and LL_RCC_GetUSARTClockFreq().
__STATIC_INLINE void LL_RCC_HSI_SetCalibTrimming | ( | uint32_t | Value | ) |
Set HSI Calibration trimming.
Value | Between Min_Data = 0 and Max_Data = 31 on STM32L43x/STM32L44x/STM32L47x/STM32L48x or between Min_Data = 0 and Max_Data = 127 on other devices |
None |
Definition at line 2189 of file stm32l4xx_ll_rcc.h.
Referenced by LL_RCC_DeInit().