STM32F479xx HAL User Manual
Functions
LSE
RCC Exported Functions

Functions

__STATIC_INLINE void LL_RCC_LSE_Enable (void)
 Enable Low Speed External (LSE) crystal.
__STATIC_INLINE void LL_RCC_LSE_Disable (void)
 Disable Low Speed External (LSE) crystal.
__STATIC_INLINE void LL_RCC_LSE_EnableBypass (void)
 Enable external clock source (LSE bypass).
__STATIC_INLINE void LL_RCC_LSE_DisableBypass (void)
 Disable external clock source (LSE bypass).
__STATIC_INLINE uint32_t LL_RCC_LSE_IsReady (void)
 Check if LSE oscillator Ready.
__STATIC_INLINE void LL_RCC_LSE_EnableHighDriveMode (void)
 Enable LSE high drive mode.
__STATIC_INLINE void LL_RCC_LSE_DisableHighDriveMode (void)
 Disable LSE high drive mode.

Function Documentation

__STATIC_INLINE void LL_RCC_LSE_Disable ( void  )

Disable Low Speed External (LSE) crystal.

Reference Manual to LL API cross reference:
BDCR LSEON LL_RCC_LSE_Disable
Return values:
None

Definition at line 3073 of file stm32f4xx_ll_rcc.h.

__STATIC_INLINE void LL_RCC_LSE_DisableBypass ( void  )

Disable external clock source (LSE bypass).

Reference Manual to LL API cross reference:
BDCR LSEBYP LL_RCC_LSE_DisableBypass
Return values:
None

Definition at line 3093 of file stm32f4xx_ll_rcc.h.

__STATIC_INLINE void LL_RCC_LSE_DisableHighDriveMode ( void  )

Disable LSE high drive mode.

Note:
LSE high drive mode can be disabled only when the LSE clock is disabled
Reference Manual to LL API cross reference:
BDCR LSEMOD LL_RCC_LSE_DisableHighDriveMode
Return values:
None

Definition at line 3126 of file stm32f4xx_ll_rcc.h.

__STATIC_INLINE void LL_RCC_LSE_Enable ( void  )

Enable Low Speed External (LSE) crystal.

Reference Manual to LL API cross reference:
BDCR LSEON LL_RCC_LSE_Enable
Return values:
None

Definition at line 3063 of file stm32f4xx_ll_rcc.h.

__STATIC_INLINE void LL_RCC_LSE_EnableBypass ( void  )

Enable external clock source (LSE bypass).

Reference Manual to LL API cross reference:
BDCR LSEBYP LL_RCC_LSE_EnableBypass
Return values:
None

Definition at line 3083 of file stm32f4xx_ll_rcc.h.

__STATIC_INLINE void LL_RCC_LSE_EnableHighDriveMode ( void  )

Enable LSE high drive mode.

Note:
LSE high drive mode can be enabled only when the LSE clock is disabled
Reference Manual to LL API cross reference:
BDCR LSEMOD LL_RCC_LSE_EnableHighDriveMode
Return values:
None

Definition at line 3115 of file stm32f4xx_ll_rcc.h.

__STATIC_INLINE uint32_t LL_RCC_LSE_IsReady ( void  )

Check if LSE oscillator Ready.

Reference Manual to LL API cross reference:
BDCR LSERDY LL_RCC_LSE_IsReady
Return values:
Stateof bit (1 or 0).

Definition at line 3103 of file stm32f4xx_ll_rcc.h.