libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
PLLSRC: PLL Clock source
Collaboration diagram for PLLSRC: PLL Clock source:

Macros

#define RCC_CFGR_PLLSRC_HSI_CLK_DIV2   0x0
 
#define RCC_CFGR_PLLSRC_HSE_CLK   0x1
 

Detailed Description

Macro Definition Documentation

◆ RCC_CFGR_PLLSRC_HSE_CLK

#define RCC_CFGR_PLLSRC_HSE_CLK   0x1

Definition at line 144 of file f0/rcc.h.

◆ RCC_CFGR_PLLSRC_HSI_CLK_DIV2

#define RCC_CFGR_PLLSRC_HSI_CLK_DIV2   0x0

Definition at line 143 of file f0/rcc.h.