libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
Division factor of the HSI16 oscillator to produce HSISYS clock. More...
Macros | |
#define | RCC_CR_HSIDIV_DIV1 0 |
#define | RCC_CR_HSIDIV_DIV2 1 |
#define | RCC_CR_HSIDIV_DIV4 2 |
#define | RCC_CR_HSIDIV_DIV8 3 |
#define | RCC_CR_HSIDIV_DIV16 4 |
#define | RCC_CR_HSIDIV_DIV32 5 |
#define | RCC_CR_HSIDIV_DIV64 6 |
#define | RCC_CR_HSIDIV_DIV128 7 |
Division factor of the HSI16 oscillator to produce HSISYS clock.