libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
Older compatible definitions to ease migration. More...
Macros | |
#define | RCC_CFGR_PPRE2_DIV_NONE 0x0 |
#define | RCC_CFGR_PPRE2_DIV_2 0x4 |
#define | RCC_CFGR_PPRE2_DIV_4 0x5 |
#define | RCC_CFGR_PPRE2_DIV_8 0x6 |
#define | RCC_CFGR_PPRE2_DIV_16 0x7 |
#define | RCC_CFGR_PPRE1_DIV_NONE 0x0 |
#define | RCC_CFGR_PPRE1_DIV_2 0x4 |
#define | RCC_CFGR_PPRE1_DIV_4 0x5 |
#define | RCC_CFGR_PPRE1_DIV_8 0x6 |
#define | RCC_CFGR_PPRE1_DIV_16 0x7 |
#define | RCC_CFGR_HPRE_DIV_NONE 0x0 |
#define | RCC_CFGR_HPRE_DIV_2 0x8 |
#define | RCC_CFGR_HPRE_DIV_4 0x9 |
#define | RCC_CFGR_HPRE_DIV_8 0xA |
#define | RCC_CFGR_HPRE_DIV_16 0xB |
#define | RCC_CFGR_HPRE_DIV_64 0xC |
#define | RCC_CFGR_HPRE_DIV_128 0xD |
#define | RCC_CFGR_HPRE_DIV_256 0xE |
#define | RCC_CFGR_HPRE_DIV_512 0xF |
Older compatible definitions to ease migration.