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
Functions | |
| __STATIC_INLINE void | LL_RCC_ConfigMCO (uint32_t MCOxSource, uint32_t MCOxPrescaler) |
| Configure MCOx CFGR MCOSEL LL_RCC_ConfigMCO CFGR MCOPRE LL_RCC_ConfigMCO. | |
Function Documentation
| __STATIC_INLINE void LL_RCC_ConfigMCO | ( | uint32_t | MCOxSource, |
| uint32_t | MCOxPrescaler | ||
| ) |
Configure MCOx CFGR MCOSEL LL_RCC_ConfigMCO
CFGR MCOPRE LL_RCC_ConfigMCO.
- Parameters:
-
MCOxSource This parameter can be one of the following values: - LL_RCC_MCO1SOURCE_NOCLOCK
- LL_RCC_MCO1SOURCE_SYSCLK
- LL_RCC_MCO1SOURCE_MSI
- LL_RCC_MCO1SOURCE_HSI
- LL_RCC_MCO1SOURCE_HSE
- LL_RCC_MCO1SOURCE_HSI48 (*)
- LL_RCC_MCO1SOURCE_PLLCLK
- LL_RCC_MCO1SOURCE_LSI
- LL_RCC_MCO1SOURCE_LSE
(*) value not defined in all devices.
MCOxPrescaler This parameter can be one of the following values: - LL_RCC_MCO1_DIV_1
- LL_RCC_MCO1_DIV_2
- LL_RCC_MCO1_DIV_4
- LL_RCC_MCO1_DIV_8
- LL_RCC_MCO1_DIV_16
- Return values:
-
None
Definition at line 2186 of file stm32l4xx_ll_rcc.h.
Generated on Tue Jul 12 2022 17:38:57 by
1.7.2
