|
STM32L4xx_HAL_Driver
1.14.0
|
Functions | |
| __STATIC_INLINE void | LL_RCC_LSCO_Enable (void) |
| Enable Low speed clock BDCR LSCOEN LL_RCC_LSCO_Enable. More... | |
| __STATIC_INLINE void | LL_RCC_LSCO_Disable (void) |
| Disable Low speed clock BDCR LSCOEN LL_RCC_LSCO_Disable. More... | |
| __STATIC_INLINE void | LL_RCC_LSCO_SetSource (uint32_t Source) |
| Configure Low speed clock selection BDCR LSCOSEL LL_RCC_LSCO_SetSource. More... | |
| __STATIC_INLINE uint32_t | LL_RCC_LSCO_GetSource (void) |
| Get Low speed clock selection BDCR LSCOSEL LL_RCC_LSCO_GetSource. More... | |
| __STATIC_INLINE void LL_RCC_LSCO_Disable | ( | void | ) |
Disable Low speed clock BDCR LSCOEN LL_RCC_LSCO_Disable.
| None |
Definition at line 2692 of file stm32l4xx_ll_rcc.h.
| __STATIC_INLINE void LL_RCC_LSCO_Enable | ( | void | ) |
Enable Low speed clock BDCR LSCOEN LL_RCC_LSCO_Enable.
| None |
Definition at line 2682 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.
| Returned | value can be one of the following values:
|
Definition at line 2717 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.
| Source | This parameter can be one of the following values:
|
| None |
Definition at line 2705 of file stm32l4xx_ll_rcc.h.