libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
Macros | |
#define | RCC_APB2ENR_LTDCEN (1 << 26) |
#define | RCC_APB2ENR_SAI2EN (1 << 23) |
#define | RCC_APB2ENR_SAI1EN (1 << 22) |
#define | RCC_APB2ENR_SPI6EN (1 << 21) |
#define | RCC_APB2ENR_SPI5EN (1 << 20) |
#define | RCC_APB2ENR_TIM11EN (1 << 18) |
#define | RCC_APB2ENR_TIM10EN (1 << 17) |
#define | RCC_APB2ENR_TIM9EN (1 << 16) |
#define | RCC_APB2ENR_SYSCFGEN (1 << 14) |
#define | RCC_APB2ENR_SPI4EN (1 << 13) |
#define | RCC_APB2ENR_SPI1EN (1 << 12) |
#define | RCC_APB2ENR_SDMMC1EN (1 << 11) |
#define | RCC_APB2ENR_ADC3EN (1 << 10) |
#define | RCC_APB2ENR_ADC2EN (1 << 9) |
#define | RCC_APB2ENR_ADC1EN (1 << 8) |
#define | RCC_APB2ENR_USART6EN (1 << 5) |
#define | RCC_APB2ENR_USART1EN (1 << 4) |
#define | RCC_APB2ENR_TIM8EN (1 << 1) |
#define | RCC_APB2ENR_TIM1EN (1 << 0) |