DIY Logging Volt/Ampmeter
RCC Extended MCOx Clock Config

Macros

#define __HAL_RCC_MCO1_CONFIG(__MCOCLKSOURCE__, __MCODIV__)   MODIFY_REG(RCC->CFGR, RCC_CFGR_MCO, (__MCOCLKSOURCE__))
 Macro to configure the MCO clock. More...
 

Detailed Description

Macro Definition Documentation

◆ __HAL_RCC_MCO1_CONFIG

#define __HAL_RCC_MCO1_CONFIG (   __MCOCLKSOURCE__,
  __MCODIV__ 
)    MODIFY_REG(RCC->CFGR, RCC_CFGR_MCO, (__MCOCLKSOURCE__))

Macro to configure the MCO clock.

Parameters
<strong>MCOCLKSOURCE</strong>specifies the MCO clock source. This parameter can be one of the following values:
<strong>MCODIV</strong>specifies the MCO clock prescaler. This parameter can be one of the following values:

Definition at line 953 of file stm32f1xx_hal_rcc.h.