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

Macros

#define RCC_CFGR2_PREDIV_NODIV   0x0
 
#define RCC_CFGR2_PREDIV_DIV2   0x1
 
#define RCC_CFGR2_PREDIV_DIV3   0x2
 
#define RCC_CFGR2_PREDIV_DIV4   0x3
 
#define RCC_CFGR2_PREDIV_DIV5   0x4
 
#define RCC_CFGR2_PREDIV_DIV6   0x5
 
#define RCC_CFGR2_PREDIV_DIV7   0x6
 
#define RCC_CFGR2_PREDIV_DIV8   0x7
 
#define RCC_CFGR2_PREDIV_DIV9   0x8
 
#define RCC_CFGR2_PREDIV_DIV10   0x9
 
#define RCC_CFGR2_PREDIV_DIV11   0xa
 
#define RCC_CFGR2_PREDIV_DIV12   0xb
 
#define RCC_CFGR2_PREDIV_DIV13   0xc
 
#define RCC_CFGR2_PREDIV_DIV14   0xd
 
#define RCC_CFGR2_PREDIV_DIV15   0xe
 
#define RCC_CFGR2_PREDIV_DIV16   0xf
 

Detailed Description

Macro Definition Documentation

◆ RCC_CFGR2_PREDIV_DIV10

#define RCC_CFGR2_PREDIV_DIV10   0x9

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

◆ RCC_CFGR2_PREDIV_DIV11

#define RCC_CFGR2_PREDIV_DIV11   0xa

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

◆ RCC_CFGR2_PREDIV_DIV12

#define RCC_CFGR2_PREDIV_DIV12   0xb

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

◆ RCC_CFGR2_PREDIV_DIV13

#define RCC_CFGR2_PREDIV_DIV13   0xc

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

◆ RCC_CFGR2_PREDIV_DIV14

#define RCC_CFGR2_PREDIV_DIV14   0xd

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

◆ RCC_CFGR2_PREDIV_DIV15

#define RCC_CFGR2_PREDIV_DIV15   0xe

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

◆ RCC_CFGR2_PREDIV_DIV16

#define RCC_CFGR2_PREDIV_DIV16   0xf

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

◆ RCC_CFGR2_PREDIV_DIV2

#define RCC_CFGR2_PREDIV_DIV2   0x1

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

◆ RCC_CFGR2_PREDIV_DIV3

#define RCC_CFGR2_PREDIV_DIV3   0x2

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

◆ RCC_CFGR2_PREDIV_DIV4

#define RCC_CFGR2_PREDIV_DIV4   0x3

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

◆ RCC_CFGR2_PREDIV_DIV5

#define RCC_CFGR2_PREDIV_DIV5   0x4

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

◆ RCC_CFGR2_PREDIV_DIV6

#define RCC_CFGR2_PREDIV_DIV6   0x5

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

◆ RCC_CFGR2_PREDIV_DIV7

#define RCC_CFGR2_PREDIV_DIV7   0x6

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

◆ RCC_CFGR2_PREDIV_DIV8

#define RCC_CFGR2_PREDIV_DIV8   0x7

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

◆ RCC_CFGR2_PREDIV_DIV9

#define RCC_CFGR2_PREDIV_DIV9   0x8

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

◆ RCC_CFGR2_PREDIV_NODIV

#define RCC_CFGR2_PREDIV_NODIV   0x0

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