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_TIM17EN   (1 << 18)
 
#define RCC_APB2ENR_TIM16EN   (1 << 17)
 
#define RCC_APB2ENR_TIM15EN   (1 << 16)
 
#define RCC_APB2ENR_USART1EN   (1 << 14)
 
#define RCC_APB2ENR_SPI1EN   (1 << 12)
 
#define RCC_APB2ENR_TIM1EN   (1 << 11)
 
#define RCC_APB2ENR_ADCEN   (1 << 9)
 
#define RCC_APB2ENR_SYSCFGCOMPEN   (1 << 0)
 

Detailed Description

Macro Definition Documentation

◆ RCC_APB2ENR_ADCEN

#define RCC_APB2ENR_ADCEN   (1 << 9)

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

◆ RCC_APB2ENR_SPI1EN

#define RCC_APB2ENR_SPI1EN   (1 << 12)

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

◆ RCC_APB2ENR_SYSCFGCOMPEN

#define RCC_APB2ENR_SYSCFGCOMPEN   (1 << 0)

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

◆ RCC_APB2ENR_TIM15EN

#define RCC_APB2ENR_TIM15EN   (1 << 16)

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

◆ RCC_APB2ENR_TIM16EN

#define RCC_APB2ENR_TIM16EN   (1 << 17)

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

◆ RCC_APB2ENR_TIM17EN

#define RCC_APB2ENR_TIM17EN   (1 << 18)

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

◆ RCC_APB2ENR_TIM1EN

#define RCC_APB2ENR_TIM1EN   (1 << 11)

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

◆ RCC_APB2ENR_USART1EN

#define RCC_APB2ENR_USART1EN   (1 << 14)

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