libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
Macros | |
#define | RCC_CR_PLL3RDY BIT29 |
#define | RCC_CR_PLL3ON BIT28 |
#define | RCC_CR_PLL2RDY BIT27 |
#define | RCC_CR_PLL2ON BIT26 |
#define | RCC_CR_PLL1RDY BIT25 |
#define | RCC_CR_PLL1ON BIT24 |
#define | RCC_CR_HSECSSON BIT19 |
#define | RCC_CR_HSEBYP BIT18 |
#define | RCC_CR_HSERDY BIT17 |
#define | RCC_CR_HSEON BIT16 |
#define | RCC_CR_D2CKRDY BIT15 |
#define | RCC_CR_D1CKRDY BIT14 |
#define | RCC_CR_HSI48RDY BIT13 |
#define | RCC_CR_HSI48ON BIT12 |
#define | RCC_CR_CSIKERON BIT9 |
#define | RCC_CR_CSIRDY BIT8 |
#define | RCC_CR_CSION BIT7 |
#define | RCC_CR_HSIDIVF BIT5 |
#define | RCC_CR_HSIDIV_MASK (0x03) |
#define | RCC_CR_HSIDIV_SHIFT 3 |
#define | RCC_CR_HSIDIV(n) (((n) & RCC_CR_HSIDIV_MASK) << RCC_CR_HSIDIV_MASK) |
#define | RCC_CR_HSIRDY BIT2 |
#define | RCC_CR_HSIKERON BIT1 |
#define | RCC_CR_HSION BIT0 |
#define RCC_CR_HSIDIV | ( | n | ) | (((n) & RCC_CR_HSIDIV_MASK) << RCC_CR_HSIDIV_MASK) |