libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
RCC_CFGR Deprecated dividers

Older compatible definitions to ease migration. More...

Collaboration diagram for RCC_CFGR Deprecated dividers:

Macros

#define RCC_CFGR_PPRE2_NODIV   0x0
 
#define RCC_CFGR_PPRE2_DIV2   0x4
 
#define RCC_CFGR_PPRE2_DIV4   0x5
 
#define RCC_CFGR_PPRE2_DIV8   0x6
 
#define RCC_CFGR_PPRE2_DIV16   0x7
 
#define RCC_CFGR_PPRE1_NODIV   0x0
 
#define RCC_CFGR_PPRE1_DIV2   0x4
 
#define RCC_CFGR_PPRE1_DIV4   0x5
 
#define RCC_CFGR_PPRE1_DIV8   0x6
 
#define RCC_CFGR_PPRE1_DIV16   0x7
 

Detailed Description

Older compatible definitions to ease migration.

Deprecated:
Use _CFGR_xPRE_DIVn form instead, across all families

Macro Definition Documentation

◆ RCC_CFGR_PPRE1_DIV16

#define RCC_CFGR_PPRE1_DIV16   0x7

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

◆ RCC_CFGR_PPRE1_DIV2

#define RCC_CFGR_PPRE1_DIV2   0x4

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

◆ RCC_CFGR_PPRE1_DIV4

#define RCC_CFGR_PPRE1_DIV4   0x5

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

◆ RCC_CFGR_PPRE1_DIV8

#define RCC_CFGR_PPRE1_DIV8   0x6

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

◆ RCC_CFGR_PPRE1_NODIV

#define RCC_CFGR_PPRE1_NODIV   0x0

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

◆ RCC_CFGR_PPRE2_DIV16

#define RCC_CFGR_PPRE2_DIV16   0x7

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

◆ RCC_CFGR_PPRE2_DIV2

#define RCC_CFGR_PPRE2_DIV2   0x4

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

◆ RCC_CFGR_PPRE2_DIV4

#define RCC_CFGR_PPRE2_DIV4   0x5

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

◆ RCC_CFGR_PPRE2_DIV8

#define RCC_CFGR_PPRE2_DIV8   0x6

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

◆ RCC_CFGR_PPRE2_NODIV

#define RCC_CFGR_PPRE2_NODIV   0x0

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