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_PPRE_DIV_NONE 0x0 |
#define | RCC_CFGR_PPRE_DIV_2 0x4 |
#define | RCC_CFGR_PPRE_DIV_4 0x5 |
#define | RCC_CFGR_PPRE_DIV_8 0x6 |
#define | RCC_CFGR_PPRE_DIV_16 0x7 |
#define | RCC_CFGR_HPRE_DIV_NONE 0x0 |
#define | RCC_CFGR_HPRE_DIV_2 (0x8 + 0) |
#define | RCC_CFGR_HPRE_DIV_4 (0x8 + 1) |
#define | RCC_CFGR_HPRE_DIV_8 (0x8 + 2) |
#define | RCC_CFGR_HPRE_DIV_16 (0x8 + 3) |
#define | RCC_CFGR_HPRE_DIV_64 (0x8 + 4) |
#define | RCC_CFGR_HPRE_DIV_128 (0x8 + 5) |
#define | RCC_CFGR_HPRE_DIV_256 (0x8 + 6) |
#define | RCC_CFGR_HPRE_DIV_512 (0x8 + 7) |
Older compatible definitions to ease migration.