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_TIM11EN   (1 << 18)
 
#define RCC_APB2ENR_TIM10EN   (1 << 17)
 
#define RCC_APB2ENR_TIM9EN   (1 << 16)
 
#define RCC_APB2ENR_SYSCFGEN   (1 << 14)
 
#define RCC_APB2ENR_SPI1EN   (1 << 12)
 
#define RCC_APB2ENR_SDIOEN   (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)
 

Detailed Description

Macro Definition Documentation

◆ RCC_APB2ENR_ADC1EN

#define RCC_APB2ENR_ADC1EN   (1 << 8)

Definition at line 426 of file f2/rcc.h.

◆ RCC_APB2ENR_ADC2EN

#define RCC_APB2ENR_ADC2EN   (1 << 9)

Definition at line 425 of file f2/rcc.h.

◆ RCC_APB2ENR_ADC3EN

#define RCC_APB2ENR_ADC3EN   (1 << 10)

Definition at line 424 of file f2/rcc.h.

◆ RCC_APB2ENR_SDIOEN

#define RCC_APB2ENR_SDIOEN   (1 << 11)

Definition at line 423 of file f2/rcc.h.

◆ RCC_APB2ENR_SPI1EN

#define RCC_APB2ENR_SPI1EN   (1 << 12)

Definition at line 422 of file f2/rcc.h.

◆ RCC_APB2ENR_SYSCFGEN

#define RCC_APB2ENR_SYSCFGEN   (1 << 14)

Definition at line 421 of file f2/rcc.h.

◆ RCC_APB2ENR_TIM10EN

#define RCC_APB2ENR_TIM10EN   (1 << 17)

Definition at line 419 of file f2/rcc.h.

◆ RCC_APB2ENR_TIM11EN

#define RCC_APB2ENR_TIM11EN   (1 << 18)

Definition at line 418 of file f2/rcc.h.

◆ RCC_APB2ENR_TIM1EN

#define RCC_APB2ENR_TIM1EN   (1 << 0)

Definition at line 430 of file f2/rcc.h.

◆ RCC_APB2ENR_TIM8EN

#define RCC_APB2ENR_TIM8EN   (1 << 1)

Definition at line 429 of file f2/rcc.h.

◆ RCC_APB2ENR_TIM9EN

#define RCC_APB2ENR_TIM9EN   (1 << 16)

Definition at line 420 of file f2/rcc.h.

◆ RCC_APB2ENR_USART1EN

#define RCC_APB2ENR_USART1EN   (1 << 4)

Definition at line 428 of file f2/rcc.h.

◆ RCC_APB2ENR_USART6EN

#define RCC_APB2ENR_USART6EN   (1 << 5)

Definition at line 427 of file f2/rcc.h.