libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
Microcontroler clock output selector. More...
Macros | |
#define | RCC_CFGR_MCO_NOCLK 0x0 |
#define | RCC_CFGR_MCO_SYSCLK 0x1 |
#define | RCC_CFGR_MCO_HSI16 0x3 |
#define | RCC_CFGR_MCO_HSE 0x4 |
#define | RCC_CFGR_MCO_PLLRCLK 0x5 |
#define | RCC_CFGR_MCO_LSI 0x6 |
#define | RCC_CFGR_MCO_LSE 0x7 |
Microcontroler clock output selector.