libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
CR Clock control Register
Collaboration diagram for CR Clock control Register:

Modules

 HSI Div
 Division factor of the HSI16 oscillator to produce HSISYS clock.
 

Macros

#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_HSIDIV_SHIFT   11
 
#define RCC_CR_HSIDIV_MASK   0x7
 
#define RCC_CR_HSIRDY   (1 << 10)
 
#define RCC_CR_HSIKERON   (1 << 9)
 
#define RCC_CR_HSION   (1 << 8)
 

Detailed Description

Macro Definition Documentation

◆ RCC_CR_CSSON

#define RCC_CR_CSSON   (1 << 19)

Definition at line 78 of file g0/rcc.h.

◆ RCC_CR_HSEBYP

#define RCC_CR_HSEBYP   (1 << 18)

Definition at line 79 of file g0/rcc.h.

◆ RCC_CR_HSEON

#define RCC_CR_HSEON   (1 << 16)

Definition at line 81 of file g0/rcc.h.

◆ RCC_CR_HSERDY

#define RCC_CR_HSERDY   (1 << 17)

Definition at line 80 of file g0/rcc.h.

◆ RCC_CR_HSIDIV_MASK

#define RCC_CR_HSIDIV_MASK   0x7

Definition at line 84 of file g0/rcc.h.

◆ RCC_CR_HSIDIV_SHIFT

#define RCC_CR_HSIDIV_SHIFT   11

Definition at line 83 of file g0/rcc.h.

◆ RCC_CR_HSIKERON

#define RCC_CR_HSIKERON   (1 << 9)

Definition at line 100 of file g0/rcc.h.

◆ RCC_CR_HSION

#define RCC_CR_HSION   (1 << 8)

Definition at line 101 of file g0/rcc.h.

◆ RCC_CR_HSIRDY

#define RCC_CR_HSIRDY   (1 << 10)

Definition at line 99 of file g0/rcc.h.

◆ RCC_CR_PLLON

#define RCC_CR_PLLON   (1 << 24)

Definition at line 77 of file g0/rcc.h.

◆ RCC_CR_PLLRDY

#define RCC_CR_PLLRDY   (1 << 25)

Definition at line 76 of file g0/rcc.h.