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_PLLSAI2RDY   (1 << 29)
 
#define RCC_CR_PLLSAI2ON   (1 << 28)
 
#define RCC_CR_PLLSAI1RDY   (1 << 27)
 
#define RCC_CR_PLLSAI1ON   (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_HSIASFS   (1 << 11)
 
#define RCC_CR_HSIRDY   (1 << 10)
 
#define RCC_CR_HSIKERON   (1 << 9)
 
#define RCC_CR_HSION   (1 << 8)
 

Detailed Description

Clock Control register values.

Macro Definition Documentation

◆ RCC_CR_CSSON

#define RCC_CR_CSSON   (1 << 19)

Definition at line 117 of file l4/rcc.h.

◆ RCC_CR_HSEBYP

#define RCC_CR_HSEBYP   (1 << 18)

Definition at line 118 of file l4/rcc.h.

◆ RCC_CR_HSEON

#define RCC_CR_HSEON   (1 << 16)

Definition at line 120 of file l4/rcc.h.

◆ RCC_CR_HSERDY

#define RCC_CR_HSERDY   (1 << 17)

Definition at line 119 of file l4/rcc.h.

◆ RCC_CR_HSIASFS

#define RCC_CR_HSIASFS   (1 << 11)

Definition at line 121 of file l4/rcc.h.

◆ RCC_CR_HSIKERON

#define RCC_CR_HSIKERON   (1 << 9)

Definition at line 123 of file l4/rcc.h.

◆ RCC_CR_HSION

#define RCC_CR_HSION   (1 << 8)

Definition at line 124 of file l4/rcc.h.

◆ RCC_CR_HSIRDY

#define RCC_CR_HSIRDY   (1 << 10)

Definition at line 122 of file l4/rcc.h.

◆ RCC_CR_PLLON

#define RCC_CR_PLLON   (1 << 24)

Definition at line 116 of file l4/rcc.h.

◆ RCC_CR_PLLRDY

#define RCC_CR_PLLRDY   (1 << 25)

Definition at line 115 of file l4/rcc.h.

◆ RCC_CR_PLLSAI1ON

#define RCC_CR_PLLSAI1ON   (1 << 26)

Definition at line 114 of file l4/rcc.h.

◆ RCC_CR_PLLSAI1RDY

#define RCC_CR_PLLSAI1RDY   (1 << 27)

Definition at line 113 of file l4/rcc.h.

◆ RCC_CR_PLLSAI2ON

#define RCC_CR_PLLSAI2ON   (1 << 28)

Definition at line 112 of file l4/rcc.h.

◆ RCC_CR_PLLSAI2RDY

#define RCC_CR_PLLSAI2RDY   (1 << 29)

Definition at line 111 of file l4/rcc.h.