STM32F479xx HAL User Manual
Defines
MCOx Clock Prescaler
RCC Exported Constants

Defines

#define RCC_MCODIV_1   0x00000000U
#define RCC_MCODIV_2   RCC_CFGR_MCO1PRE_2
#define RCC_MCODIV_3   ((uint32_t)RCC_CFGR_MCO1PRE_0 | RCC_CFGR_MCO1PRE_2)
#define RCC_MCODIV_4   ((uint32_t)RCC_CFGR_MCO1PRE_1 | RCC_CFGR_MCO1PRE_2)
#define RCC_MCODIV_5   RCC_CFGR_MCO1PRE

Define Documentation

#define RCC_MCODIV_1   0x00000000U

Definition at line 316 of file stm32f4xx_hal_rcc.h.

#define RCC_MCODIV_2   RCC_CFGR_MCO1PRE_2

Definition at line 317 of file stm32f4xx_hal_rcc.h.

#define RCC_MCODIV_3   ((uint32_t)RCC_CFGR_MCO1PRE_0 | RCC_CFGR_MCO1PRE_2)

Definition at line 318 of file stm32f4xx_hal_rcc.h.

#define RCC_MCODIV_4   ((uint32_t)RCC_CFGR_MCO1PRE_1 | RCC_CFGR_MCO1PRE_2)

Definition at line 319 of file stm32f4xx_hal_rcc.h.

#define RCC_MCODIV_5   RCC_CFGR_MCO1PRE

Definition at line 320 of file stm32f4xx_hal_rcc.h.