libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
RCC_APB2ENR enable values
Collaboration diagram for RCC_APB2ENR enable values:

Macros

#define RCC_APB2ENR_USART1EN   (1 << 14)
 
#define RCC_APB2ENR_SPI1EN   (1 << 12)
 
#define RCC_APB2ENR_ADC1EN   (1 << 9)
 
#define RCC_APB2ENR_TIM11EN   (1 << 4)
 
#define RCC_APB2ENR_TIM10EN   (1 << 3)
 
#define RCC_APB2ENR_TIM9EN   (1 << 2)
 
#define RCC_APB2ENR_SYSCFGEN   (1 << 0)
 

Detailed Description

Macro Definition Documentation

◆ RCC_APB2ENR_ADC1EN

#define RCC_APB2ENR_ADC1EN   (1 << 9)

Definition at line 344 of file l1/rcc.h.

◆ RCC_APB2ENR_SPI1EN

#define RCC_APB2ENR_SPI1EN   (1 << 12)

Definition at line 343 of file l1/rcc.h.

◆ RCC_APB2ENR_SYSCFGEN

#define RCC_APB2ENR_SYSCFGEN   (1 << 0)

Definition at line 348 of file l1/rcc.h.

◆ RCC_APB2ENR_TIM10EN

#define RCC_APB2ENR_TIM10EN   (1 << 3)

Definition at line 346 of file l1/rcc.h.

◆ RCC_APB2ENR_TIM11EN

#define RCC_APB2ENR_TIM11EN   (1 << 4)

Definition at line 345 of file l1/rcc.h.

◆ RCC_APB2ENR_TIM9EN

#define RCC_APB2ENR_TIM9EN   (1 << 2)

Definition at line 347 of file l1/rcc.h.

◆ RCC_APB2ENR_USART1EN

#define RCC_APB2ENR_USART1EN   (1 << 14)

Definition at line 342 of file l1/rcc.h.