Prusa MINI Firmware overview
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

◆ RCC_MCODIV_2

#define RCC_MCODIV_2   RCC_CFGR_MCO1PRE_2

◆ RCC_MCODIV_3

#define RCC_MCODIV_3   ((uint32_t)RCC_CFGR_MCO1PRE_0 | RCC_CFGR_MCO1PRE_2)

◆ RCC_MCODIV_4

#define RCC_MCODIV_4   ((uint32_t)RCC_CFGR_MCO1PRE_1 | RCC_CFGR_MCO1PRE_2)

◆ RCC_MCODIV_5

#define RCC_MCODIV_5   RCC_CFGR_MCO1PRE