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

Macros

#define RCC_APB1ENR_CECEN   (1 << 30)
 
#define RCC_APB1ENR_DACEN   (1 << 29)
 
#define RCC_APB1ENR_PWREN   (1 << 28)
 
#define RCC_APB1ENR_USBEN   (1 << 23)
 
#define RCC_APB1ENR_I2C2EN   (1 << 22)
 
#define RCC_APB1ENR_I2C1EN   (1 << 21)
 
#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_TIM14EN   (1 << 8)
 
#define RCC_APB1ENR_TIM6EN   (1 << 4)
 
#define RCC_APB1ENR_TIM3EN   (1 << 1)
 
#define RCC_APB1ENR_TIM2EN   (1 << 0)
 

Detailed Description

Macro Definition Documentation

◆ RCC_APB1ENR_CECEN

#define RCC_APB1ENR_CECEN   (1 << 30)

Definition at line 349 of file gd32/f1x0/rcc.h.

◆ RCC_APB1ENR_DACEN

#define RCC_APB1ENR_DACEN   (1 << 29)

Definition at line 350 of file gd32/f1x0/rcc.h.

◆ RCC_APB1ENR_I2C1EN

#define RCC_APB1ENR_I2C1EN   (1 << 21)

Definition at line 354 of file gd32/f1x0/rcc.h.

◆ RCC_APB1ENR_I2C2EN

#define RCC_APB1ENR_I2C2EN   (1 << 22)

Definition at line 353 of file gd32/f1x0/rcc.h.

◆ RCC_APB1ENR_PWREN

#define RCC_APB1ENR_PWREN   (1 << 28)

Definition at line 351 of file gd32/f1x0/rcc.h.

◆ RCC_APB1ENR_SPI2EN

#define RCC_APB1ENR_SPI2EN   (1 << 14)

Definition at line 357 of file gd32/f1x0/rcc.h.

◆ RCC_APB1ENR_SPI3EN

#define RCC_APB1ENR_SPI3EN   (1 << 15)

Definition at line 356 of file gd32/f1x0/rcc.h.

◆ RCC_APB1ENR_TIM14EN

#define RCC_APB1ENR_TIM14EN   (1 << 8)

Definition at line 359 of file gd32/f1x0/rcc.h.

◆ RCC_APB1ENR_TIM2EN

#define RCC_APB1ENR_TIM2EN   (1 << 0)

Definition at line 362 of file gd32/f1x0/rcc.h.

◆ RCC_APB1ENR_TIM3EN

#define RCC_APB1ENR_TIM3EN   (1 << 1)

Definition at line 361 of file gd32/f1x0/rcc.h.

◆ RCC_APB1ENR_TIM6EN

#define RCC_APB1ENR_TIM6EN   (1 << 4)

Definition at line 360 of file gd32/f1x0/rcc.h.

◆ RCC_APB1ENR_USART2EN

#define RCC_APB1ENR_USART2EN   (1 << 17)

Definition at line 355 of file gd32/f1x0/rcc.h.

◆ RCC_APB1ENR_USBEN

#define RCC_APB1ENR_USBEN   (1 << 23)

Definition at line 352 of file gd32/f1x0/rcc.h.

◆ RCC_APB1ENR_WWDGEN

#define RCC_APB1ENR_WWDGEN   (1 << 11)

Definition at line 358 of file gd32/f1x0/rcc.h.