Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of TUKS-COURSE-TIMER by
LSCO
[RCC Exported Functions]
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 1960 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 1950 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:
-
Returned value can be one of the following values: - LL_RCC_LSCO_CLKSOURCE_LSI
- LL_RCC_LSCO_CLKSOURCE_LSE
Definition at line 1985 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:
-
Source This parameter can be one of the following values: - LL_RCC_LSCO_CLKSOURCE_LSI
- LL_RCC_LSCO_CLKSOURCE_LSE
- Return values:
-
None
Definition at line 1973 of file stm32l4xx_ll_rcc.h.
Generated on Tue Jul 12 2022 17:38:57 by
