Dependents:   BSP OneHopeOnePrayer FINAL_AUDIO_RECORD AudioDemo

Fork of STM32L4xx_HAL_Driver by Senior Design: Sound Monitor

Embed: (wiki syntax)

« Back to documentation index

LSCO

Functions

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

Function Documentation

__STATIC_INLINE void LL_RCC_LSCO_Disable ( void   )

Disable Low speed clock BDCR LSCOEN LL_RCC_LSCO_Disable.

Return values:
None

Definition at line 1392 of file stm32l4xx_ll_rcc.h.

__STATIC_INLINE void LL_RCC_LSCO_Enable ( void   )

Enable Low speed clock BDCR LSCOEN LL_RCC_LSCO_Enable.

Return values:
None

Definition at line 1382 of file stm32l4xx_ll_rcc.h.

__STATIC_INLINE uint32_t LL_RCC_LSCO_GetSource ( void   )

Get Low speed clock selection BDCR LSCOSEL LL_RCC_LSCO_GetSource.

Return values:
Returnedvalue can be one of the following values:

  • LL_RCC_LSCO_CLKSOURCE_LSI
  • LL_RCC_LSCO_CLKSOURCE_LSE

Definition at line 1417 of file stm32l4xx_ll_rcc.h.

__STATIC_INLINE void LL_RCC_LSCO_SetSource ( uint32_t  Source )

Configure Low speed clock selection BDCR LSCOSEL LL_RCC_LSCO_SetSource.

Parameters:
SourceThis parameter can be one of the following values:

  • LL_RCC_LSCO_CLKSOURCE_LSI
  • LL_RCC_LSCO_CLKSOURCE_LSE
Return values:
None

Definition at line 1405 of file stm32l4xx_ll_rcc.h.