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_HRTIM1EN   (1 << 26)
 
#define RCC_APB2ENR_SAI1EN   (1 << 21)
 
#define RCC_APB2ENR_TIM20EN   (1 << 20)
 
#define RCC_APB2ENR_TIM17EN   (1 << 18)
 
#define RCC_APB2ENR_TIM16EN   (1 << 17)
 
#define RCC_APB2ENR_TIM15EN   (1 << 16)
 
#define RCC_APB2ENR_SPI4EN   (1 << 15)
 
#define RCC_APB2ENR_USART1EN   (1 << 14)
 
#define RCC_APB2ENR_TIM8EN   (1 << 13)
 
#define RCC_APB2ENR_SPI1EN   (1 << 12)
 
#define RCC_APB2ENR_TIM1EN   (1 << 11)
 
#define RCC_APB2ENR_SYSCFGEN   (1 << 0)
 

Detailed Description

Macro Definition Documentation

◆ RCC_APB2ENR_HRTIM1EN

#define RCC_APB2ENR_HRTIM1EN   (1 << 26)

Definition at line 462 of file g4/rcc.h.

◆ RCC_APB2ENR_SAI1EN

#define RCC_APB2ENR_SAI1EN   (1 << 21)

Definition at line 463 of file g4/rcc.h.

◆ RCC_APB2ENR_SPI1EN

#define RCC_APB2ENR_SPI1EN   (1 << 12)

Definition at line 471 of file g4/rcc.h.

◆ RCC_APB2ENR_SPI4EN

#define RCC_APB2ENR_SPI4EN   (1 << 15)

Definition at line 468 of file g4/rcc.h.

◆ RCC_APB2ENR_SYSCFGEN

#define RCC_APB2ENR_SYSCFGEN   (1 << 0)

Definition at line 473 of file g4/rcc.h.

◆ RCC_APB2ENR_TIM15EN

#define RCC_APB2ENR_TIM15EN   (1 << 16)

Definition at line 467 of file g4/rcc.h.

◆ RCC_APB2ENR_TIM16EN

#define RCC_APB2ENR_TIM16EN   (1 << 17)

Definition at line 466 of file g4/rcc.h.

◆ RCC_APB2ENR_TIM17EN

#define RCC_APB2ENR_TIM17EN   (1 << 18)

Definition at line 465 of file g4/rcc.h.

◆ RCC_APB2ENR_TIM1EN

#define RCC_APB2ENR_TIM1EN   (1 << 11)

Definition at line 472 of file g4/rcc.h.

◆ RCC_APB2ENR_TIM20EN

#define RCC_APB2ENR_TIM20EN   (1 << 20)

Definition at line 464 of file g4/rcc.h.

◆ RCC_APB2ENR_TIM8EN

#define RCC_APB2ENR_TIM8EN   (1 << 13)

Definition at line 470 of file g4/rcc.h.

◆ RCC_APB2ENR_USART1EN

#define RCC_APB2ENR_USART1EN   (1 << 14)

Definition at line 469 of file g4/rcc.h.