TUKS MCU Introductory course / TUKS-COURSE-THERMOMETER

Fork of TUKS-COURSE-TIMER by TUKS MCU Introductory course

Embed: (wiki syntax)

« Back to documentation index

HSI48

Functions

__STATIC_INLINE void LL_RCC_HSI48_Enable (void)
 Enable HSI48 CRRCR HSI48ON LL_RCC_HSI48_Enable.
__STATIC_INLINE void LL_RCC_HSI48_Disable (void)
 Disable HSI48 CRRCR HSI48ON LL_RCC_HSI48_Disable.
__STATIC_INLINE uint32_t LL_RCC_HSI48_IsReady (void)
 Check if HSI48 oscillator Ready CRRCR HSI48RDY LL_RCC_HSI48_IsReady.
__STATIC_INLINE uint32_t LL_RCC_HSI48_GetCalibration (void)
 Get HSI48 Calibration value CRRCR HSI48CAL LL_RCC_HSI48_GetCalibration.

Function Documentation

__STATIC_INLINE void LL_RCC_HSI48_Disable ( void   )

Disable HSI48 CRRCR HSI48ON LL_RCC_HSI48_Disable.

Return values:
None

Definition at line 1558 of file stm32l4xx_ll_rcc.h.

__STATIC_INLINE void LL_RCC_HSI48_Enable ( void   )

Enable HSI48 CRRCR HSI48ON LL_RCC_HSI48_Enable.

Return values:
None

Definition at line 1548 of file stm32l4xx_ll_rcc.h.

__STATIC_INLINE uint32_t LL_RCC_HSI48_GetCalibration ( void   )

Get HSI48 Calibration value CRRCR HSI48CAL LL_RCC_HSI48_GetCalibration.

Return values:
BetweenMin_Data = 0x00 and Max_Data = 0xFF

Definition at line 1578 of file stm32l4xx_ll_rcc.h.

__STATIC_INLINE uint32_t LL_RCC_HSI48_IsReady ( void   )

Check if HSI48 oscillator Ready CRRCR HSI48RDY LL_RCC_HSI48_IsReady.

Return values:
Stateof bit (1 or 0).

Definition at line 1568 of file stm32l4xx_ll_rcc.h.