STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
Loading...
Searching...
No Matches
Collaboration diagram for MCOx Clock Prescaler:

Macros

#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

Detailed Description

Macro Definition Documentation

◆ RCC_MCODIV_1

#define RCC_MCODIV_1   0x00000000U

Definition at line 314 of file stm32f4xx_hal_rcc.h.

◆ RCC_MCODIV_2

#define RCC_MCODIV_2   RCC_CFGR_MCO1PRE_2

Definition at line 315 of file stm32f4xx_hal_rcc.h.

◆ RCC_MCODIV_3

#define RCC_MCODIV_3   ((uint32_t)RCC_CFGR_MCO1PRE_0 | RCC_CFGR_MCO1PRE_2)

Definition at line 316 of file stm32f4xx_hal_rcc.h.

◆ RCC_MCODIV_4

#define RCC_MCODIV_4   ((uint32_t)RCC_CFGR_MCO1PRE_1 | RCC_CFGR_MCO1PRE_2)

Definition at line 317 of file stm32f4xx_hal_rcc.h.

◆ RCC_MCODIV_5

#define RCC_MCODIV_5   RCC_CFGR_MCO1PRE

Definition at line 318 of file stm32f4xx_hal_rcc.h.