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

Macros

#define RCC_CFGR_PLLDIV_DIV2   0x1
 
#define RCC_CFGR_PLLDIV_DIV3   0x2
 
#define RCC_CFGR_PLLDIV_DIV4   0x3
 

Detailed Description

Macro Definition Documentation

◆ RCC_CFGR_PLLDIV_DIV2

#define RCC_CFGR_PLLDIV_DIV2   0x1

Definition at line 147 of file l0/rcc.h.

◆ RCC_CFGR_PLLDIV_DIV3

#define RCC_CFGR_PLLDIV_DIV3   0x2

Definition at line 148 of file l0/rcc.h.

◆ RCC_CFGR_PLLDIV_DIV4

#define RCC_CFGR_PLLDIV_DIV4   0x3

Definition at line 149 of file l0/rcc.h.