STM32H735xx HAL User Manual
Defines
RCC MCOx Clock Prescaler
RCC Exported Constants

Defines

#define RCC_MCODIV_1   RCC_CFGR_MCO1PRE_0
#define RCC_MCODIV_2   RCC_CFGR_MCO1PRE_1
#define RCC_MCODIV_3   ((uint32_t)RCC_CFGR_MCO1PRE_0 | RCC_CFGR_MCO1PRE_1)
#define RCC_MCODIV_4   RCC_CFGR_MCO1PRE_2
#define RCC_MCODIV_5   ((uint32_t)RCC_CFGR_MCO1PRE_0 | RCC_CFGR_MCO1PRE_2)
#define RCC_MCODIV_6   ((uint32_t)RCC_CFGR_MCO1PRE_1 | RCC_CFGR_MCO1PRE_2)
#define RCC_MCODIV_7   ((uint32_t)RCC_CFGR_MCO1PRE_0 | RCC_CFGR_MCO1PRE_1 | RCC_CFGR_MCO1PRE_2)
#define RCC_MCODIV_8   RCC_CFGR_MCO1PRE_3
#define RCC_MCODIV_9   ((uint32_t)RCC_CFGR_MCO1PRE_0 | RCC_CFGR_MCO1PRE_3)
#define RCC_MCODIV_10   ((uint32_t)RCC_CFGR_MCO1PRE_1 | RCC_CFGR_MCO1PRE_3)
#define RCC_MCODIV_11   ((uint32_t)RCC_CFGR_MCO1PRE_0 | RCC_CFGR_MCO1PRE_1 | RCC_CFGR_MCO1PRE_3)
#define RCC_MCODIV_12   ((uint32_t)RCC_CFGR_MCO1PRE_2 | RCC_CFGR_MCO1PRE_3)
#define RCC_MCODIV_13   ((uint32_t)RCC_CFGR_MCO1PRE_0 | RCC_CFGR_MCO1PRE_2 | RCC_CFGR_MCO1PRE_3)
#define RCC_MCODIV_14   ((uint32_t)RCC_CFGR_MCO1PRE_1 | RCC_CFGR_MCO1PRE_2 | RCC_CFGR_MCO1PRE_3)
#define RCC_MCODIV_15   RCC_CFGR_MCO1PRE

Define Documentation

#define RCC_MCODIV_1   RCC_CFGR_MCO1PRE_0

Definition at line 599 of file stm32h7xx_hal_rcc.h.

#define RCC_MCODIV_10   ((uint32_t)RCC_CFGR_MCO1PRE_1 | RCC_CFGR_MCO1PRE_3)

Definition at line 608 of file stm32h7xx_hal_rcc.h.

#define RCC_MCODIV_11   ((uint32_t)RCC_CFGR_MCO1PRE_0 | RCC_CFGR_MCO1PRE_1 | RCC_CFGR_MCO1PRE_3)

Definition at line 609 of file stm32h7xx_hal_rcc.h.

#define RCC_MCODIV_12   ((uint32_t)RCC_CFGR_MCO1PRE_2 | RCC_CFGR_MCO1PRE_3)

Definition at line 610 of file stm32h7xx_hal_rcc.h.

#define RCC_MCODIV_13   ((uint32_t)RCC_CFGR_MCO1PRE_0 | RCC_CFGR_MCO1PRE_2 | RCC_CFGR_MCO1PRE_3)

Definition at line 611 of file stm32h7xx_hal_rcc.h.

#define RCC_MCODIV_14   ((uint32_t)RCC_CFGR_MCO1PRE_1 | RCC_CFGR_MCO1PRE_2 | RCC_CFGR_MCO1PRE_3)

Definition at line 612 of file stm32h7xx_hal_rcc.h.

#define RCC_MCODIV_15   RCC_CFGR_MCO1PRE

Definition at line 613 of file stm32h7xx_hal_rcc.h.

#define RCC_MCODIV_2   RCC_CFGR_MCO1PRE_1

Definition at line 600 of file stm32h7xx_hal_rcc.h.

#define RCC_MCODIV_3   ((uint32_t)RCC_CFGR_MCO1PRE_0 | RCC_CFGR_MCO1PRE_1)

Definition at line 601 of file stm32h7xx_hal_rcc.h.

#define RCC_MCODIV_4   RCC_CFGR_MCO1PRE_2

Definition at line 602 of file stm32h7xx_hal_rcc.h.

#define RCC_MCODIV_5   ((uint32_t)RCC_CFGR_MCO1PRE_0 | RCC_CFGR_MCO1PRE_2)

Definition at line 603 of file stm32h7xx_hal_rcc.h.

#define RCC_MCODIV_6   ((uint32_t)RCC_CFGR_MCO1PRE_1 | RCC_CFGR_MCO1PRE_2)

Definition at line 604 of file stm32h7xx_hal_rcc.h.

#define RCC_MCODIV_7   ((uint32_t)RCC_CFGR_MCO1PRE_0 | RCC_CFGR_MCO1PRE_1 | RCC_CFGR_MCO1PRE_2)

Definition at line 605 of file stm32h7xx_hal_rcc.h.

#define RCC_MCODIV_8   RCC_CFGR_MCO1PRE_3

Definition at line 606 of file stm32h7xx_hal_rcc.h.

#define RCC_MCODIV_9   ((uint32_t)RCC_CFGR_MCO1PRE_0 | RCC_CFGR_MCO1PRE_3)

Definition at line 607 of file stm32h7xx_hal_rcc.h.