STM32L443xx HAL User Manual
|
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. |
__STATIC_INLINE void LL_RCC_LSCO_Disable | ( | void | ) |
Disable Low speed clock.
None |
Definition at line 2692 of file stm32l4xx_ll_rcc.h.
__STATIC_INLINE void LL_RCC_LSCO_Enable | ( | void | ) |
Enable Low speed clock.
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.
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.
Source | This parameter can be one of the following values: |
None |
Definition at line 2705 of file stm32l4xx_ll_rcc.h.