STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Macros
RCC MCO1 Clock Prescaler

Macros

#define RCC_MCODIV_1   ((uint32_t)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

#define RCC_MCODIV_1   ((uint32_t)0x00000000U)

Definition at line 342 of file stm32f7xx_hal_rcc.h.

#define RCC_MCODIV_2   RCC_CFGR_MCO1PRE_2

Definition at line 343 of file stm32f7xx_hal_rcc.h.

#define RCC_MCODIV_3   ((uint32_t)RCC_CFGR_MCO1PRE_0 | RCC_CFGR_MCO1PRE_2)

Definition at line 344 of file stm32f7xx_hal_rcc.h.

#define RCC_MCODIV_4   ((uint32_t)RCC_CFGR_MCO1PRE_1 | RCC_CFGR_MCO1PRE_2)

Definition at line 345 of file stm32f7xx_hal_rcc.h.

#define RCC_MCODIV_5   RCC_CFGR_MCO1PRE

Definition at line 346 of file stm32f7xx_hal_rcc.h.