libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
Macros | |
#define | RCC_APB1ENR_COMPEN (1 << 31) |
#define | RCC_APB1ENR_DACEN (1 << 29) |
#define | RCC_APB1ENR_PWREN (1 << 28) |
#define | RCC_APB1ENR_USBEN (1 << 23) |
#define | RCC_APB1ENR_I2C2EN (1 << 22) |
#define | RCC_APB1ENR_I2C1EN (1 << 21) |
#define | RCC_APB1ENR_USART3EN (1 << 18) |
#define | RCC_APB1ENR_USART2EN (1 << 17) |
#define | RCC_APB1ENR_SPI2EN (1 << 14) |
#define | RCC_APB1ENR_WWDGEN (1 << 11) |
#define | RCC_APB1ENR_LCDEN (1 << 9) |
#define | RCC_APB1ENR_TIM7EN (1 << 5) |
#define | RCC_APB1ENR_TIM6EN (1 << 4) |
#define | RCC_APB1ENR_TIM4EN (1 << 2) |
#define | RCC_APB1ENR_TIM3EN (1 << 1) |
#define | RCC_APB1ENR_TIM2EN (1 << 0) |