STM32F439xx 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 332 of file stm32f4xx_hal_rcc.h.

#define RCC_MCODIV_2   RCC_CFGR_MCO1PRE_2

Definition at line 333 of file stm32f4xx_hal_rcc.h.

#define RCC_MCODIV_3   ((uint32_t)RCC_CFGR_MCO1PRE_0 | RCC_CFGR_MCO1PRE_2)

Definition at line 334 of file stm32f4xx_hal_rcc.h.

#define RCC_MCODIV_4   ((uint32_t)RCC_CFGR_MCO1PRE_1 | RCC_CFGR_MCO1PRE_2)

Definition at line 335 of file stm32f4xx_hal_rcc.h.

#define RCC_MCODIV_5   RCC_CFGR_MCO1PRE

Definition at line 336 of file stm32f4xx_hal_rcc.h.