libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
Macros | |
#define | RCC_APB2ENR_USART1EN (1 << 14) |
#define | RCC_APB2ENR_SPI1EN (1 << 12) |
#define | RCC_APB2ENR_ADC1EN (1 << 9) |
#define | RCC_APB2ENR_TIM11EN (1 << 4) |
#define | RCC_APB2ENR_TIM10EN (1 << 3) |
#define | RCC_APB2ENR_TIM9EN (1 << 2) |
#define | RCC_APB2ENR_SYSCFGEN (1 << 0) |