Prusa MINI Firmware overview
Collaboration diagram for PLL Config:

Macros

#define RCC_PLL_NONE   ((uint8_t)0x00)
 
#define RCC_PLL_OFF   ((uint8_t)0x01)
 
#define RCC_PLL_ON   ((uint8_t)0x02)
 

Detailed Description

Macro Definition Documentation

◆ RCC_PLL_NONE

#define RCC_PLL_NONE   ((uint8_t)0x00)

◆ RCC_PLL_OFF

#define RCC_PLL_OFF   ((uint8_t)0x01)

◆ RCC_PLL_ON

#define RCC_PLL_ON   ((uint8_t)0x02)