libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
Macros | |
#define | RCC_APB1ENR_DACEN (1 << 29) |
#define | RCC_APB1ENR_PWREN (1 << 28) |
#define | RCC_APB1ENR_BKPEN (1 << 27) |
#define | RCC_APB1ENR_CAN2EN (1 << 26) /* (**) */ |
#define | RCC_APB1ENR_CAN1EN (1 << 25) /* (**) */ |
#define | RCC_APB1ENR_CANEN |
#define | RCC_APB1ENR_USBEN (1 << 23) /* (XX) */ |
#define | RCC_APB1ENR_I2C2EN (1 << 22) |
#define | RCC_APB1ENR_I2C1EN (1 << 21) |
#define | RCC_APB1ENR_UART5EN (1 << 20) |
#define | RCC_APB1ENR_UART4EN (1 << 19) |
#define | RCC_APB1ENR_USART3EN (1 << 18) |
#define | RCC_APB1ENR_USART2EN (1 << 17) |
#define | RCC_APB1ENR_SPI3EN (1 << 15) |
#define | RCC_APB1ENR_SPI2EN (1 << 14) |
#define | RCC_APB1ENR_WWDGEN (1 << 11) |
#define | RCC_APB1ENR_TIM7EN (1 << 5) |
#define | RCC_APB1ENR_TIM6EN (1 << 4) |
#define | RCC_APB1ENR_TIM5EN (1 << 3) |
#define | RCC_APB1ENR_TIM4EN (1 << 2) |
#define | RCC_APB1ENR_TIM3EN (1 << 1) |
#define | RCC_APB1ENR_TIM2EN (1 << 0) |
#define RCC_APB1ENR_CANEN |