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_DSIEN   (1 << 27)
 
#define RCC_APB2ENR_LTDCEN   (1 << 26)
 
#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_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 528 of file f4/rcc.h.

◆ RCC_APB2ENR_ADC2EN

#define RCC_APB2ENR_ADC2EN   (1 << 9)

Definition at line 527 of file f4/rcc.h.

◆ RCC_APB2ENR_ADC3EN

#define RCC_APB2ENR_ADC3EN   (1 << 10)

Definition at line 526 of file f4/rcc.h.

◆ RCC_APB2ENR_DSIEN

#define RCC_APB2ENR_DSIEN   (1 << 27)

Definition at line 514 of file f4/rcc.h.

◆ RCC_APB2ENR_LTDCEN

#define RCC_APB2ENR_LTDCEN   (1 << 26)

Definition at line 515 of file f4/rcc.h.

◆ RCC_APB2ENR_SAI1EN

#define RCC_APB2ENR_SAI1EN   (1 << 22)

Definition at line 516 of file f4/rcc.h.

◆ RCC_APB2ENR_SDIOEN

#define RCC_APB2ENR_SDIOEN   (1 << 11)

Definition at line 525 of file f4/rcc.h.

◆ RCC_APB2ENR_SPI1EN

#define RCC_APB2ENR_SPI1EN   (1 << 12)

Definition at line 524 of file f4/rcc.h.

◆ RCC_APB2ENR_SPI4EN

#define RCC_APB2ENR_SPI4EN   (1 << 13)

Definition at line 523 of file f4/rcc.h.

◆ RCC_APB2ENR_SPI5EN

#define RCC_APB2ENR_SPI5EN   (1 << 20)

Definition at line 518 of file f4/rcc.h.

◆ RCC_APB2ENR_SPI6EN

#define RCC_APB2ENR_SPI6EN   (1 << 21)

Definition at line 517 of file f4/rcc.h.

◆ RCC_APB2ENR_SYSCFGEN

#define RCC_APB2ENR_SYSCFGEN   (1 << 14)

Definition at line 522 of file f4/rcc.h.

◆ RCC_APB2ENR_TIM10EN

#define RCC_APB2ENR_TIM10EN   (1 << 17)

Definition at line 520 of file f4/rcc.h.

◆ RCC_APB2ENR_TIM11EN

#define RCC_APB2ENR_TIM11EN   (1 << 18)

Definition at line 519 of file f4/rcc.h.

◆ RCC_APB2ENR_TIM1EN

#define RCC_APB2ENR_TIM1EN   (1 << 0)

Definition at line 532 of file f4/rcc.h.

◆ RCC_APB2ENR_TIM8EN

#define RCC_APB2ENR_TIM8EN   (1 << 1)

Definition at line 531 of file f4/rcc.h.

◆ RCC_APB2ENR_TIM9EN

#define RCC_APB2ENR_TIM9EN   (1 << 16)

Definition at line 521 of file f4/rcc.h.

◆ RCC_APB2ENR_USART1EN

#define RCC_APB2ENR_USART1EN   (1 << 4)

Definition at line 530 of file f4/rcc.h.

◆ RCC_APB2ENR_USART6EN

#define RCC_APB2ENR_USART6EN   (1 << 5)

Definition at line 529 of file f4/rcc.h.