libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
Macros | |
#define | RCC_APB1ENR_UART8EN (1 << 31) |
#define | RCC_APB1ENR_UART7EN (1 << 30) |
#define | RCC_APB1ENR_DACEN (1 << 29) |
#define | RCC_APB1ENR_PWREN (1 << 28) |
#define | RCC_APB1ENR_CECEN (1 << 27) |
#define | RCC_APB1ENR_CAN2EN (1 << 26) |
#define | RCC_APB1ENR_CAN1EN (1 << 25) |
#define | RCC_APB1ENR_I2C4EN (1 << 24) |
#define | RCC_APB1ENR_I2C3EN (1 << 23) |
#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_SPIDIFRXEN (1 << 16) |
#define | RCC_APB1ENR_SPI3EN (1 << 15) |
#define | RCC_APB1ENR_SPI2EN (1 << 14) |
#define | RCC_APB1ENR_WWDGEN (1 << 11) |
#define | RCC_APB1ENR_LPTIM1EN (1 << 9) |
#define | RCC_APB1ENR_TIM14EN (1 << 8) |
#define | RCC_APB1ENR_TIM13EN (1 << 7) |
#define | RCC_APB1ENR_TIM12EN (1 << 6) |
#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) |