libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
Macros | |
#define | RCC_APB1ENR1_LPTIM1EN (1 << 31) |
#define | RCC_APB1ENR1_OPAMPEN (1 << 30) |
#define | RCC_APB1ENR1_DAC1EN (1 << 29) |
#define | RCC_APB1ENR1_PWREN (1 << 28) |
#define | RCC_APB1ENR1_CAN2EN (1 << 26) |
#define | RCC_APB1ENR1_CAN1EN (1 << 25) |
#define | RCC_APB1ENR1_I2C3EN (1 << 23) |
#define | RCC_APB1ENR1_I2C2EN (1 << 22) |
#define | RCC_APB1ENR1_I2C1EN (1 << 21) |
#define | RCC_APB1ENR1_UART5EN (1 << 20) |
#define | RCC_APB1ENR1_UART4EN (1 << 19) |
#define | RCC_APB1ENR1_USART3EN (1 << 18) |
#define | RCC_APB1ENR1_USART2EN (1 << 17) |
#define | RCC_APB1ENR1_SPI3EN (1 << 15) |
#define | RCC_APB1ENR1_SPI2EN (1 << 14) |
#define | RCC_APB1ENR1_LCDEN (1 << 9) |
#define | RCC_APB1ENR1_TIM7EN (1 << 5) |
#define | RCC_APB1ENR1_TIM6EN (1 << 4) |
#define | RCC_APB1ENR1_TIM5EN (1 << 3) |
#define | RCC_APB1ENR1_TIM4EN (1 << 2) |
#define | RCC_APB1ENR1_TIM3EN (1 << 1) |
#define | RCC_APB1ENR1_TIM2EN (1 << 0) |