STM32F4xx_HAL_Driver  1.8.3
+ Collaboration diagram for MCO:

Functions

__STATIC_INLINE void LL_RCC_MCO1_Enable (void)
 Enable MCO1 output @rmtoll CFGR RCC_CFGR_MCO1EN LL_RCC_MCO1_Enable. More...
 
__STATIC_INLINE void LL_RCC_MCO1_Disable (void)
 Disable MCO1 output @rmtoll CFGR RCC_CFGR_MCO1EN LL_RCC_MCO1_Disable. More...
 
__STATIC_INLINE void LL_RCC_MCO2_Enable (void)
 Enable MCO2 output @rmtoll CFGR RCC_CFGR_MCO2EN LL_RCC_MCO2_Enable. More...
 
__STATIC_INLINE void LL_RCC_MCO2_Disable (void)
 Disable MCO2 output @rmtoll CFGR RCC_CFGR_MCO2EN LL_RCC_MCO2_Disable. More...
 
__STATIC_INLINE void LL_RCC_ConfigMCO (uint32_t MCOxSource, uint32_t MCOxPrescaler)
 Configure MCOx @rmtoll CFGR MCO1 LL_RCC_ConfigMCO
CFGR MCO1PRE LL_RCC_ConfigMCO
CFGR MCO2 LL_RCC_ConfigMCO
CFGR MCO2PRE LL_RCC_ConfigMCO. More...
 

Detailed Description

Function Documentation

◆ LL_RCC_ConfigMCO()

__STATIC_INLINE void LL_RCC_ConfigMCO ( uint32_t  MCOxSource,
uint32_t  MCOxPrescaler 
)

Configure MCOx @rmtoll CFGR MCO1 LL_RCC_ConfigMCO
CFGR MCO1PRE LL_RCC_ConfigMCO
CFGR MCO2 LL_RCC_ConfigMCO
CFGR MCO2PRE LL_RCC_ConfigMCO.

Parameters
MCOxSourceThis parameter can be one of the following values:
  • LL_RCC_MCO1SOURCE_HSI
  • LL_RCC_MCO1SOURCE_LSE
  • LL_RCC_MCO1SOURCE_HSE
  • LL_RCC_MCO1SOURCE_PLLCLK
  • LL_RCC_MCO2SOURCE_SYSCLK
  • LL_RCC_MCO2SOURCE_PLLI2S
  • LL_RCC_MCO2SOURCE_HSE
  • LL_RCC_MCO2SOURCE_PLLCLK
MCOxPrescalerThis parameter can be one of the following values:
  • LL_RCC_MCO1_DIV_1
  • LL_RCC_MCO1_DIV_2
  • LL_RCC_MCO1_DIV_3
  • LL_RCC_MCO1_DIV_4
  • LL_RCC_MCO1_DIV_5
  • LL_RCC_MCO2_DIV_1
  • LL_RCC_MCO2_DIV_2
  • LL_RCC_MCO2_DIV_3
  • LL_RCC_MCO2_DIV_4
  • LL_RCC_MCO2_DIV_5
Return values
None

Definition at line 3391 of file stm32f4xx_ll_rcc.h.

◆ LL_RCC_MCO1_Disable()

__STATIC_INLINE void LL_RCC_MCO1_Disable ( void  )

Disable MCO1 output @rmtoll CFGR RCC_CFGR_MCO1EN LL_RCC_MCO1_Disable.

Return values
None

Definition at line 3335 of file stm32f4xx_ll_rcc.h.

◆ LL_RCC_MCO1_Enable()

__STATIC_INLINE void LL_RCC_MCO1_Enable ( void  )

Enable MCO1 output @rmtoll CFGR RCC_CFGR_MCO1EN LL_RCC_MCO1_Enable.

Return values
None

Definition at line 3325 of file stm32f4xx_ll_rcc.h.

◆ LL_RCC_MCO2_Disable()

__STATIC_INLINE void LL_RCC_MCO2_Disable ( void  )

Disable MCO2 output @rmtoll CFGR RCC_CFGR_MCO2EN LL_RCC_MCO2_Disable.

Return values
None

Definition at line 3357 of file stm32f4xx_ll_rcc.h.

◆ LL_RCC_MCO2_Enable()

__STATIC_INLINE void LL_RCC_MCO2_Enable ( void  )

Enable MCO2 output @rmtoll CFGR RCC_CFGR_MCO2EN LL_RCC_MCO2_Enable.

Return values
None

Definition at line 3347 of file stm32f4xx_ll_rcc.h.