STM32H735xx HAL User Manual
Functions
HSI48
RCC Exported Functions

Functions

__STATIC_INLINE void LL_RCC_HSI48_Enable (void)
 Enable HSI48 oscillator.
__STATIC_INLINE void LL_RCC_HSI48_Disable (void)
 Disable HSI48 oscillator.
__STATIC_INLINE uint32_t LL_RCC_HSI48_IsReady (void)
 Check if HSI48 clock is ready.
__STATIC_INLINE uint32_t LL_RCC_HSI48_GetCalibration (void)
 Get HSI48 Calibration value.

Function Documentation

__STATIC_INLINE void LL_RCC_HSI48_Disable ( void  )

Disable HSI48 oscillator.

Reference Manual to LL API cross reference:
CR HSI48ON LL_RCC_HSI48_Disable
Return values:
None

Definition at line 2011 of file stm32h7xx_ll_rcc.h.

__STATIC_INLINE void LL_RCC_HSI48_Enable ( void  )

Enable HSI48 oscillator.

Reference Manual to LL API cross reference:
CR HSI48ON LL_RCC_HSI48_Enable
Return values:
None

Definition at line 2001 of file stm32h7xx_ll_rcc.h.

__STATIC_INLINE uint32_t LL_RCC_HSI48_GetCalibration ( void  )

Get HSI48 Calibration value.

Note:
When HSI48TRIM is written, HSI48CAL is updated with the sum of HSI48TRIM and the factory trim value
Reference Manual to LL API cross reference:
CRRCR HSI48CAL LL_RCC_HSI48_GetCalibration
Return values:
Avalue between 0 and 1023 (0x3FF)

Definition at line 2033 of file stm32h7xx_ll_rcc.h.

__STATIC_INLINE uint32_t LL_RCC_HSI48_IsReady ( void  )

Check if HSI48 clock is ready.

Reference Manual to LL API cross reference:
CR HSI48RDY LL_RCC_HSI48_IsReady
Return values:
Stateof bit (1 or 0).

Definition at line 2021 of file stm32h7xx_ll_rcc.h.

Referenced by LL_RCC_GetRNGClockFreq(), and LL_RCC_GetUSBClockFreq().