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

Macros

#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_SPI1EN

#define RCC_APB2ENR_SPI1EN   (1 << 12)

Definition at line 295 of file f3/rcc.h.

◆ RCC_APB2ENR_SPI4EN

#define RCC_APB2ENR_SPI4EN   (1 << 15)

Definition at line 292 of file f3/rcc.h.

◆ RCC_APB2ENR_SYSCFGEN

#define RCC_APB2ENR_SYSCFGEN   (1 << 0)

Definition at line 297 of file f3/rcc.h.

◆ RCC_APB2ENR_TIM15EN

#define RCC_APB2ENR_TIM15EN   (1 << 16)

Definition at line 291 of file f3/rcc.h.

◆ RCC_APB2ENR_TIM16EN

#define RCC_APB2ENR_TIM16EN   (1 << 17)

Definition at line 290 of file f3/rcc.h.

◆ RCC_APB2ENR_TIM17EN

#define RCC_APB2ENR_TIM17EN   (1 << 18)

Definition at line 289 of file f3/rcc.h.

◆ RCC_APB2ENR_TIM1EN

#define RCC_APB2ENR_TIM1EN   (1 << 11)

Definition at line 296 of file f3/rcc.h.

◆ RCC_APB2ENR_TIM20EN

#define RCC_APB2ENR_TIM20EN   (1 << 20)

Definition at line 288 of file f3/rcc.h.

◆ RCC_APB2ENR_TIM8EN

#define RCC_APB2ENR_TIM8EN   (1 << 13)

Definition at line 294 of file f3/rcc.h.

◆ RCC_APB2ENR_USART1EN

#define RCC_APB2ENR_USART1EN   (1 << 14)

Definition at line 293 of file f3/rcc.h.