Macro to configure the MCO2 clock.
- Parameters:
-
__MCOCLKSOURCE__ | specifies the MCO clock source. This parameter can be one of the following values:
- RCC_MCO2SOURCE_SYSCLK: System clock (SYSCLK) selected as MCO2 source
- RCC_MCO2SOURCE_PLL2PCLK: PLL2P clock selected as MCO2 source
- RCC_MCO2SOURCE_HSE: HSE clock selected as MCO2 source
- RCC_MCO2SOURCE_PLLCLK: PLL1P clock selected as MCO2 source
- RCC_MCO2SOURCE_CSICLK: CSI clock selected as MCO2 source
- RCC_MCO2SOURCE_LSICLK: LSI clock selected as MCO2 source
|
__MCODIV__ | specifies the MCO clock prescaler. This parameter can be one of the following values:
- RCC_MCODIV_1 up to RCC_MCODIV_15 : divider applied to MCO2 clock
|
Definition at line 7721 of file stm32h7xx_hal_rcc.h.