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

Macros

#define RCC_CFGR_PLLSRC_HSI_CLK_DIV2   0x0
 
#define RCC_CFGR_PLLSRC_HSE_CLK   0x1
 
#define RCC_CFGR_PLLSRC_PREDIV1_CLK   0x1 /* On conn. line */
 

Detailed Description

Macro Definition Documentation

◆ RCC_CFGR_PLLSRC_HSE_CLK

#define RCC_CFGR_PLLSRC_HSE_CLK   0x1

Definition at line 178 of file f1/rcc.h.

◆ RCC_CFGR_PLLSRC_HSI_CLK_DIV2

#define RCC_CFGR_PLLSRC_HSI_CLK_DIV2   0x0

Definition at line 177 of file f1/rcc.h.

◆ RCC_CFGR_PLLSRC_PREDIV1_CLK

#define RCC_CFGR_PLLSRC_PREDIV1_CLK   0x1 /* On conn. line */

Definition at line 179 of file f1/rcc.h.