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

Clock Control register values. More...

Collaboration diagram for RCC_CR values:

Macros

#define RCC_CR_PLLSAIRDY   (1 << 29)
 
#define RCC_CR_PLLSAION   (1 << 28)
 
#define RCC_CR_PLLI2SRDY   (1 << 27)
 
#define RCC_CR_PLLI2SON   (1 << 26)
 
#define RCC_CR_PLLRDY   (1 << 25)
 
#define RCC_CR_PLLON   (1 << 24)
 
#define RCC_CR_CSSON   (1 << 19)
 
#define RCC_CR_HSEBYP   (1 << 18)
 
#define RCC_CR_HSERDY   (1 << 17)
 
#define RCC_CR_HSEON   (1 << 16)
 
#define RCC_CR_HSITRIM_SHIFT   3
 
#define RCC_CR_HSITRIM_MASK   0x1f
 
#define RCC_CR_HSIRDY   (1 << 1)
 
#define RCC_CR_HSION   (1 << 0)
 

Detailed Description

Clock Control register values.

Macro Definition Documentation

◆ RCC_CR_CSSON

#define RCC_CR_CSSON   (1 << 19)

Definition at line 131 of file f4/rcc.h.

◆ RCC_CR_HSEBYP

#define RCC_CR_HSEBYP   (1 << 18)

Definition at line 132 of file f4/rcc.h.

◆ RCC_CR_HSEON

#define RCC_CR_HSEON   (1 << 16)

Definition at line 134 of file f4/rcc.h.

◆ RCC_CR_HSERDY

#define RCC_CR_HSERDY   (1 << 17)

Definition at line 133 of file f4/rcc.h.

◆ RCC_CR_HSION

#define RCC_CR_HSION   (1 << 0)

Definition at line 140 of file f4/rcc.h.

◆ RCC_CR_HSIRDY

#define RCC_CR_HSIRDY   (1 << 1)

Definition at line 139 of file f4/rcc.h.

◆ RCC_CR_HSITRIM_MASK

#define RCC_CR_HSITRIM_MASK   0x1f

Definition at line 138 of file f4/rcc.h.

◆ RCC_CR_HSITRIM_SHIFT

#define RCC_CR_HSITRIM_SHIFT   3

Definition at line 137 of file f4/rcc.h.

◆ RCC_CR_PLLI2SON

#define RCC_CR_PLLI2SON   (1 << 26)

Definition at line 128 of file f4/rcc.h.

◆ RCC_CR_PLLI2SRDY

#define RCC_CR_PLLI2SRDY   (1 << 27)

Definition at line 127 of file f4/rcc.h.

◆ RCC_CR_PLLON

#define RCC_CR_PLLON   (1 << 24)

Definition at line 130 of file f4/rcc.h.

◆ RCC_CR_PLLRDY

#define RCC_CR_PLLRDY   (1 << 25)

Definition at line 129 of file f4/rcc.h.

◆ RCC_CR_PLLSAION

#define RCC_CR_PLLSAION   (1 << 28)

Definition at line 126 of file f4/rcc.h.

◆ RCC_CR_PLLSAIRDY

#define RCC_CR_PLLSAIRDY   (1 << 29)

Definition at line 125 of file f4/rcc.h.