libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
Macros | |
#define | RCC_CFGR_HPRE_NODIV 0x0 |
#define | RCC_CFGR_HPRE_DIV2 0x8 |
#define | RCC_CFGR_HPRE_DIV4 0x9 |
#define | RCC_CFGR_HPRE_DIV8 0xA |
#define | RCC_CFGR_HPRE_DIV16 0xB |
#define | RCC_CFGR_HPRE_DIV64 0xC |
#define | RCC_CFGR_HPRE_DIV128 0xD |
#define | RCC_CFGR_HPRE_DIV256 0xE |
#define | RCC_CFGR_HPRE_DIV512 0xF |