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

Macros

#define RCC_APB1ENR_I2C3EN   (1 << 30)
 
#define RCC_APB1ENR_DAC1EN   (1 << 29)
 
#define RCC_APB1ENR_PWREN   (1 << 28)
 
#define RCC_APB1ENR_DAC2EN   (1 << 26)
 
#define RCC_APB1ENR_CANEN   (1 << 25)
 
#define RCC_APB1ENR_USBEN   (1 << 23)
 
#define RCC_APB1ENR_I2C2EN   (1 << 22)
 
#define RCC_APB1ENR_I2C1EN   (1 << 21)
 
#define RCC_APB1ENR_USART5EN   (1 << 20)
 
#define RCC_APB1ENR_USART4EN   (1 << 19)
 
#define RCC_APB1ENR_USART3EN   (1 << 18)
 
#define RCC_APB1ENR_USART2EN   (1 << 17)
 
#define RCC_APB1ENR_SPI3EN   (1 << 15)
 
#define RCC_APB1ENR_SPI2EN   (1 << 14)
 
#define RCC_APB1ENR_WWDGEN   (1 << 11)
 
#define RCC_APB1ENR_TIM7EN   (1 << 5)
 
#define RCC_APB1ENR_TIM6EN   (1 << 4)
 
#define RCC_APB1ENR_TIM4EN   (1 << 2)
 
#define RCC_APB1ENR_TIM3EN   (1 << 1)
 
#define RCC_APB1ENR_TIM2EN   (1 << 0)
 

Detailed Description

Macro Definition Documentation

◆ RCC_APB1ENR_CANEN

#define RCC_APB1ENR_CANEN   (1 << 25)

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

◆ RCC_APB1ENR_DAC1EN

#define RCC_APB1ENR_DAC1EN   (1 << 29)

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

◆ RCC_APB1ENR_DAC2EN

#define RCC_APB1ENR_DAC2EN   (1 << 26)

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

◆ RCC_APB1ENR_I2C1EN

#define RCC_APB1ENR_I2C1EN   (1 << 21)

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

◆ RCC_APB1ENR_I2C2EN

#define RCC_APB1ENR_I2C2EN   (1 << 22)

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

◆ RCC_APB1ENR_I2C3EN

#define RCC_APB1ENR_I2C3EN   (1 << 30)

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

◆ RCC_APB1ENR_PWREN

#define RCC_APB1ENR_PWREN   (1 << 28)

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

◆ RCC_APB1ENR_SPI2EN

#define RCC_APB1ENR_SPI2EN   (1 << 14)

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

◆ RCC_APB1ENR_SPI3EN

#define RCC_APB1ENR_SPI3EN   (1 << 15)

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

◆ RCC_APB1ENR_TIM2EN

#define RCC_APB1ENR_TIM2EN   (1 << 0)

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

◆ RCC_APB1ENR_TIM3EN

#define RCC_APB1ENR_TIM3EN   (1 << 1)

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

◆ RCC_APB1ENR_TIM4EN

#define RCC_APB1ENR_TIM4EN   (1 << 2)

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

◆ RCC_APB1ENR_TIM6EN

#define RCC_APB1ENR_TIM6EN   (1 << 4)

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

◆ RCC_APB1ENR_TIM7EN

#define RCC_APB1ENR_TIM7EN   (1 << 5)

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

◆ RCC_APB1ENR_USART2EN

#define RCC_APB1ENR_USART2EN   (1 << 17)

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

◆ RCC_APB1ENR_USART3EN

#define RCC_APB1ENR_USART3EN   (1 << 18)

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

◆ RCC_APB1ENR_USART4EN

#define RCC_APB1ENR_USART4EN   (1 << 19)

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

◆ RCC_APB1ENR_USART5EN

#define RCC_APB1ENR_USART5EN   (1 << 20)

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

◆ RCC_APB1ENR_USBEN

#define RCC_APB1ENR_USBEN   (1 << 23)

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

◆ RCC_APB1ENR_WWDGEN

#define RCC_APB1ENR_WWDGEN   (1 << 11)

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