
Macros | |
| #define | __HAL_RCC_MCO1_CONFIG(__MCOCLKSOURCE__, __MCODIV__) MODIFY_REG(RCC->CFGR, (RCC_CFGR_MCO1 | RCC_CFGR_MCO1PRE), ((__MCOCLKSOURCE__) | (__MCODIV__))) | 
| Macro to configure the MCO1 clock.  More... | |
| #define | __HAL_RCC_MCO1_CONFIG(__MCOCLKSOURCE__, __MCODIV__) MODIFY_REG(RCC->CFGR, (RCC_CFGR_MCO1 | RCC_CFGR_MCO1PRE), ((__MCOCLKSOURCE__) | (__MCODIV__))) | 
| Macro to configure the MCO1 clock.  More... | |
| #define | __HAL_RCC_MCO1_CONFIG(__MCOCLKSOURCE__, __MCODIV__) MODIFY_REG(RCC->CFGR, (RCC_CFGR_MCO1 | RCC_CFGR_MCO1PRE), ((__MCOCLKSOURCE__) | (__MCODIV__))) | 
| Macro to configure the MCO1 clock.  More... | |
| #define | __HAL_RCC_MCO1_CONFIG(__MCOCLKSOURCE__, __MCODIV__) MODIFY_REG(RCC->CFGR, (RCC_CFGR_MCO1 | RCC_CFGR_MCO1PRE), ((__MCOCLKSOURCE__) | (__MCODIV__))) | 
| Macro to configure the MCO1 clock.  More... | |
| #define | __HAL_RCC_MCO1_CONFIG(__MCOCLKSOURCE__, __MCODIV__) MODIFY_REG(RCC->CFGR, (RCC_CFGR_MCO1 | RCC_CFGR_MCO1PRE), ((__MCOCLKSOURCE__) | (__MCODIV__))) | 
| Macro to configure the MCO1 clock.  More... | |
| #define | __HAL_RCC_MCO1_CONFIG(__MCOCLKSOURCE__, __MCODIV__) MODIFY_REG(RCC->CFGR, (RCC_CFGR_MCO1 | RCC_CFGR_MCO1PRE), ((__MCOCLKSOURCE__) | (__MCODIV__))) | 
| Macro to configure the MCO1 clock.  More... | |
| #define | __HAL_RCC_MCO2_CONFIG(__MCOCLKSOURCE__, __MCODIV__) MODIFY_REG(RCC->CFGR, (RCC_CFGR_MCO2 | RCC_CFGR_MCO2PRE), ((__MCOCLKSOURCE__) | ((__MCODIV__) << 3))); | 
| Macro to configure the MCO2 clock.  More... | |
| #define | __HAL_RCC_MCO2_CONFIG(__MCOCLKSOURCE__, __MCODIV__) MODIFY_REG(RCC->CFGR, (RCC_CFGR_MCO2 | RCC_CFGR_MCO2PRE), ((__MCOCLKSOURCE__) | ((__MCODIV__) << 3U))); | 
| Macro to configure the MCO2 clock.  More... | |
| #define | __HAL_RCC_MCO2_CONFIG(__MCOCLKSOURCE__, __MCODIV__) MODIFY_REG(RCC->CFGR, (RCC_CFGR_MCO2 | RCC_CFGR_MCO2PRE), ((__MCOCLKSOURCE__) | ((__MCODIV__) << 3U))); | 
| Macro to configure the MCO2 clock.  More... | |
| #define | __HAL_RCC_MCO2_CONFIG(__MCOCLKSOURCE__, __MCODIV__) MODIFY_REG(RCC->CFGR, (RCC_CFGR_MCO2 | RCC_CFGR_MCO2PRE), ((__MCOCLKSOURCE__) | ((__MCODIV__) << 3U))); | 
| Macro to configure the MCO2 clock.  More... | |
| #define | __HAL_RCC_MCO2_CONFIG(__MCOCLKSOURCE__, __MCODIV__) MODIFY_REG(RCC->CFGR, (RCC_CFGR_MCO2 | RCC_CFGR_MCO2PRE), ((__MCOCLKSOURCE__) | ((__MCODIV__) << 7))); | 
| Macro to configure the MCO2 clock.  More... | |
| #define | __HAL_RCC_MCO2_CONFIG(__MCOCLKSOURCE__, __MCODIV__) MODIFY_REG(RCC->CFGR, (RCC_CFGR_MCO2 | RCC_CFGR_MCO2PRE), ((__MCOCLKSOURCE__) | ((__MCODIV__) << 7))); | 
| Macro to configure the MCO2 clock.  More... | |
 
| #define __HAL_RCC_MCO1_CONFIG | ( | __MCOCLKSOURCE__, | |
| __MCODIV__ | |||
| ) | MODIFY_REG(RCC->CFGR, (RCC_CFGR_MCO1 | RCC_CFGR_MCO1PRE), ((__MCOCLKSOURCE__) | (__MCODIV__))) | 
Macro to configure the MCO1 clock.
| <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 1007 of file stm32f7xx_hal_rcc.h.
| #define __HAL_RCC_MCO1_CONFIG | ( | __MCOCLKSOURCE__, | |
| __MCODIV__ | |||
| ) | MODIFY_REG(RCC->CFGR, (RCC_CFGR_MCO1 | RCC_CFGR_MCO1PRE), ((__MCOCLKSOURCE__) | (__MCODIV__))) | 
Macro to configure the MCO1 clock.
| <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 1120 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
| #define __HAL_RCC_MCO1_CONFIG | ( | __MCOCLKSOURCE__, | |
| __MCODIV__ | |||
| ) | MODIFY_REG(RCC->CFGR, (RCC_CFGR_MCO1 | RCC_CFGR_MCO1PRE), ((__MCOCLKSOURCE__) | (__MCODIV__))) | 
Macro to configure the MCO1 clock.
| <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 1120 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
| #define __HAL_RCC_MCO1_CONFIG | ( | __MCOCLKSOURCE__, | |
| __MCODIV__ | |||
| ) | MODIFY_REG(RCC->CFGR, (RCC_CFGR_MCO1 | RCC_CFGR_MCO1PRE), ((__MCOCLKSOURCE__) | (__MCODIV__))) | 
Macro to configure the MCO1 clock.
| <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 1120 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
| #define __HAL_RCC_MCO1_CONFIG | ( | __MCOCLKSOURCE__, | |
| __MCODIV__ | |||
| ) | MODIFY_REG(RCC->CFGR, (RCC_CFGR_MCO1 | RCC_CFGR_MCO1PRE), ((__MCOCLKSOURCE__) | (__MCODIV__))) | 
Macro to configure the MCO1 clock.
| <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 7704 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
| #define __HAL_RCC_MCO1_CONFIG | ( | __MCOCLKSOURCE__, | |
| __MCODIV__ | |||
| ) | MODIFY_REG(RCC->CFGR, (RCC_CFGR_MCO1 | RCC_CFGR_MCO1PRE), ((__MCOCLKSOURCE__) | (__MCODIV__))) | 
Macro to configure the MCO1 clock.
| <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 7707 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
| #define __HAL_RCC_MCO2_CONFIG | ( | __MCOCLKSOURCE__, | |
| __MCODIV__ | |||
| ) | MODIFY_REG(RCC->CFGR, (RCC_CFGR_MCO2 | RCC_CFGR_MCO2PRE), ((__MCOCLKSOURCE__) | ((__MCODIV__) << 3))); | 
Macro to configure the MCO2 clock.
| <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 1026 of file stm32f7xx_hal_rcc.h.
| #define __HAL_RCC_MCO2_CONFIG | ( | __MCOCLKSOURCE__, | |
| __MCODIV__ | |||
| ) | MODIFY_REG(RCC->CFGR, (RCC_CFGR_MCO2 | RCC_CFGR_MCO2PRE), ((__MCOCLKSOURCE__) | ((__MCODIV__) << 3U))); | 
Macro to configure the MCO2 clock.
| <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 1141 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
| #define __HAL_RCC_MCO2_CONFIG | ( | __MCOCLKSOURCE__, | |
| __MCODIV__ | |||
| ) | MODIFY_REG(RCC->CFGR, (RCC_CFGR_MCO2 | RCC_CFGR_MCO2PRE), ((__MCOCLKSOURCE__) | ((__MCODIV__) << 3U))); | 
Macro to configure the MCO2 clock.
| <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 1141 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
| #define __HAL_RCC_MCO2_CONFIG | ( | __MCOCLKSOURCE__, | |
| __MCODIV__ | |||
| ) | MODIFY_REG(RCC->CFGR, (RCC_CFGR_MCO2 | RCC_CFGR_MCO2PRE), ((__MCOCLKSOURCE__) | ((__MCODIV__) << 3U))); | 
Macro to configure the MCO2 clock.
| <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 1141 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
| #define __HAL_RCC_MCO2_CONFIG | ( | __MCOCLKSOURCE__, | |
| __MCODIV__ | |||
| ) | MODIFY_REG(RCC->CFGR, (RCC_CFGR_MCO2 | RCC_CFGR_MCO2PRE), ((__MCOCLKSOURCE__) | ((__MCODIV__) << 7))); | 
Macro to configure the MCO2 clock.
| <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 7720 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
| #define __HAL_RCC_MCO2_CONFIG | ( | __MCOCLKSOURCE__, | |
| __MCODIV__ | |||
| ) | MODIFY_REG(RCC->CFGR, (RCC_CFGR_MCO2 | RCC_CFGR_MCO2PRE), ((__MCOCLKSOURCE__) | ((__MCODIV__) << 7))); | 
Macro to configure the MCO2 clock.
| <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 7723 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.