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 394 of file f3/rcc.h.

◆ RCC_CFGR2_PREDIV_DIV11

#define RCC_CFGR2_PREDIV_DIV11   0xa

Definition at line 395 of file f3/rcc.h.

◆ RCC_CFGR2_PREDIV_DIV12

#define RCC_CFGR2_PREDIV_DIV12   0xb

Definition at line 396 of file f3/rcc.h.

◆ RCC_CFGR2_PREDIV_DIV13

#define RCC_CFGR2_PREDIV_DIV13   0xc

Definition at line 397 of file f3/rcc.h.

◆ RCC_CFGR2_PREDIV_DIV14

#define RCC_CFGR2_PREDIV_DIV14   0xd

Definition at line 398 of file f3/rcc.h.

◆ RCC_CFGR2_PREDIV_DIV15

#define RCC_CFGR2_PREDIV_DIV15   0xe

Definition at line 399 of file f3/rcc.h.

◆ RCC_CFGR2_PREDIV_DIV16

#define RCC_CFGR2_PREDIV_DIV16   0xf

Definition at line 400 of file f3/rcc.h.

◆ RCC_CFGR2_PREDIV_DIV2

#define RCC_CFGR2_PREDIV_DIV2   0x1

Definition at line 386 of file f3/rcc.h.

◆ RCC_CFGR2_PREDIV_DIV3

#define RCC_CFGR2_PREDIV_DIV3   0x2

Definition at line 387 of file f3/rcc.h.

◆ RCC_CFGR2_PREDIV_DIV4

#define RCC_CFGR2_PREDIV_DIV4   0x3

Definition at line 388 of file f3/rcc.h.

◆ RCC_CFGR2_PREDIV_DIV5

#define RCC_CFGR2_PREDIV_DIV5   0x4

Definition at line 389 of file f3/rcc.h.

◆ RCC_CFGR2_PREDIV_DIV6

#define RCC_CFGR2_PREDIV_DIV6   0x5

Definition at line 390 of file f3/rcc.h.

◆ RCC_CFGR2_PREDIV_DIV7

#define RCC_CFGR2_PREDIV_DIV7   0x6

Definition at line 391 of file f3/rcc.h.

◆ RCC_CFGR2_PREDIV_DIV8

#define RCC_CFGR2_PREDIV_DIV8   0x7

Definition at line 392 of file f3/rcc.h.

◆ RCC_CFGR2_PREDIV_DIV9

#define RCC_CFGR2_PREDIV_DIV9   0x8

Definition at line 393 of file f3/rcc.h.

◆ RCC_CFGR2_PREDIV_NODIV

#define RCC_CFGR2_PREDIV_NODIV   0x0

Definition at line 385 of file f3/rcc.h.