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 |