libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
Clock Control register values. More...
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) |
Clock Control register values.