STM32L486xx HAL User Manual
Functions
LSCO
RCC Exported Functions

Functions

__STATIC_INLINE void LL_RCC_LSCO_Enable (void)
 Enable Low speed clock.
__STATIC_INLINE void LL_RCC_LSCO_Disable (void)
 Disable Low speed clock.
__STATIC_INLINE void LL_RCC_LSCO_SetSource (uint32_t Source)
 Configure Low speed clock selection.
__STATIC_INLINE uint32_t LL_RCC_LSCO_GetSource (void)
 Get Low speed clock selection.

Function Documentation

__STATIC_INLINE void LL_RCC_LSCO_Disable ( void  )

Disable Low speed clock.

Reference Manual to LL API cross reference:
BDCR LSCOEN LL_RCC_LSCO_Disable
Return values:
None

Definition at line 2612 of file stm32l4xx_ll_rcc.h.

__STATIC_INLINE void LL_RCC_LSCO_Enable ( void  )

Enable Low speed clock.

Reference Manual to LL API cross reference:
BDCR LSCOEN LL_RCC_LSCO_Enable
Return values:
None

Definition at line 2602 of file stm32l4xx_ll_rcc.h.

__STATIC_INLINE uint32_t LL_RCC_LSCO_GetSource ( void  )

Get Low speed clock selection.

Reference Manual to LL API cross reference:
BDCR LSCOSEL LL_RCC_LSCO_GetSource
Return values:
Returnedvalue can be one of the following values:

Definition at line 2637 of file stm32l4xx_ll_rcc.h.

__STATIC_INLINE void LL_RCC_LSCO_SetSource ( uint32_t  Source)

Configure Low speed clock selection.

Reference Manual to LL API cross reference:
BDCR LSCOSEL LL_RCC_LSCO_SetSource
Parameters:
SourceThis parameter can be one of the following values:
Return values:
None

Definition at line 2625 of file stm32l4xx_ll_rcc.h.