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

Macros

#define RCC_APBENR2_ADCEN   (1 << 20)
 
#define RCC_APBENR2_TIM17EN   (1 << 18)
 
#define RCC_APBENR2_TIM16EN   (1 << 17)
 
#define RCC_APBENR2_TIM16EN   (1 << 17)
 
#define RCC_APBENR2_TIM15EN   (1 << 16)
 
#define RCC_APBENR2_TIM14EN   (1 << 15)
 
#define RCC_APBENR2_USART1EN   (1 << 14)
 
#define RCC_APBENR2_SPI1EN   (1 << 12)
 
#define RCC_APBENR2_TIM1EN   (1 << 11)
 
#define RCC_APBENR2_SYSCFGEN   (1 << 0)
 

Detailed Description

Macro Definition Documentation

◆ RCC_APBENR2_ADCEN

#define RCC_APBENR2_ADCEN   (1 << 20)

Definition at line 401 of file g0/rcc.h.

◆ RCC_APBENR2_SPI1EN

#define RCC_APBENR2_SPI1EN   (1 << 12)

Definition at line 408 of file g0/rcc.h.

◆ RCC_APBENR2_SYSCFGEN

#define RCC_APBENR2_SYSCFGEN   (1 << 0)

Definition at line 410 of file g0/rcc.h.

◆ RCC_APBENR2_TIM14EN

#define RCC_APBENR2_TIM14EN   (1 << 15)

Definition at line 406 of file g0/rcc.h.

◆ RCC_APBENR2_TIM15EN

#define RCC_APBENR2_TIM15EN   (1 << 16)

Definition at line 405 of file g0/rcc.h.

◆ RCC_APBENR2_TIM16EN [1/2]

#define RCC_APBENR2_TIM16EN   (1 << 17)

Definition at line 404 of file g0/rcc.h.

◆ RCC_APBENR2_TIM16EN [2/2]

#define RCC_APBENR2_TIM16EN   (1 << 17)

Definition at line 404 of file g0/rcc.h.

◆ RCC_APBENR2_TIM17EN

#define RCC_APBENR2_TIM17EN   (1 << 18)

Definition at line 402 of file g0/rcc.h.

◆ RCC_APBENR2_TIM1EN

#define RCC_APBENR2_TIM1EN   (1 << 11)

Definition at line 409 of file g0/rcc.h.

◆ RCC_APBENR2_USART1EN

#define RCC_APBENR2_USART1EN   (1 << 14)

Definition at line 407 of file g0/rcc.h.