HAL
+
0
/2 examples
SourceVu will show references to
LL_RCC_ConfigMCO()
from the following samples and libraries:
Examples
STM32F411RE-Nucleo
Examples_LL
RCC
RCC_OutputSystemClockOnMCO
UTILS
UTILS_ConfigureSystemClock
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
HAL
LL_RCC_ConfigMCO()
LL_RCC_ConfigMCO() function
Configure MCOx CFGR MCO1PRE LL_RCC_ConfigMCO\n CFGR MCO2 LL_RCC_ConfigMCO\n CFGR MCO2PRE LL_RCC_ConfigMCO
Syntax
Show:
Summary
Declaration
from
stm32f4xx_ll_rcc.h:3390
__STATIC_INLINE
void
LL_RCC_ConfigMCO
(
uint32_t
MCOxSource
,
uint32_t
MCOxPrescaler
)
;
Arguments
Argument
Description
MCOxSource
This parameter can be one of the following values: @arg
LL_RCC_MCO1SOURCE_HSI
@arg
LL_RCC_MCO1SOURCE_LSE
@arg
LL_RCC_MCO1SOURCE_HSE
@arg
LL_RCC_MCO1SOURCE_PLLCLK
@arg
LL_RCC_MCO2SOURCE_SYSCLK
@arg
LL_RCC_MCO2SOURCE_PLLI2S
@arg
LL_RCC_MCO2SOURCE_HSE
@arg
LL_RCC_MCO2SOURCE_PLLCLK
MCOxPrescaler
This parameter can be one of the following values: @arg
LL_RCC_MCO1_DIV_1
@arg
LL_RCC_MCO1_DIV_2
@arg
LL_RCC_MCO1_DIV_3
@arg
LL_RCC_MCO1_DIV_4
@arg
LL_RCC_MCO1_DIV_5
@arg
LL_RCC_MCO2_DIV_1
@arg
LL_RCC_MCO2_DIV_2
@arg
LL_RCC_MCO2_DIV_3
@arg
LL_RCC_MCO2_DIV_4
@arg
LL_RCC_MCO2_DIV_5
Return value
None
Examples
LL_RCC_ConfigMCO()
is referenced by 2 libraries and example projects:
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out