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

Macros

#define RCC_APB2ENR_DBGEN   (1 << 22)
 
#define RCC_APB2ENR_USART1EN   (1 << 14)
 
#define RCC_APB2ENR_SPI1EN   (1 << 12)
 
#define RCC_APB2ENR_ADC1EN   (1 << 9)
 
#define RCC_APB2ENR_MIFEN   (1 << 7)
 
#define RCC_APB2ENR_TIM22EN   (1 << 5)
 
#define RCC_APB2ENR_TIM21EN   (1 << 2)
 
#define RCC_APB2ENR_SYSCFGEN   (1 << 0)
 

Detailed Description

Macro Definition Documentation

◆ RCC_APB2ENR_ADC1EN

#define RCC_APB2ENR_ADC1EN   (1 << 9)

Definition at line 355 of file l0/rcc.h.

◆ RCC_APB2ENR_DBGEN

#define RCC_APB2ENR_DBGEN   (1 << 22)

Definition at line 352 of file l0/rcc.h.

◆ RCC_APB2ENR_MIFEN

#define RCC_APB2ENR_MIFEN   (1 << 7)

Definition at line 356 of file l0/rcc.h.

◆ RCC_APB2ENR_SPI1EN

#define RCC_APB2ENR_SPI1EN   (1 << 12)

Definition at line 354 of file l0/rcc.h.

◆ RCC_APB2ENR_SYSCFGEN

#define RCC_APB2ENR_SYSCFGEN   (1 << 0)

Definition at line 359 of file l0/rcc.h.

◆ RCC_APB2ENR_TIM21EN

#define RCC_APB2ENR_TIM21EN   (1 << 2)

Definition at line 358 of file l0/rcc.h.

◆ RCC_APB2ENR_TIM22EN

#define RCC_APB2ENR_TIM22EN   (1 << 5)

Definition at line 357 of file l0/rcc.h.

◆ RCC_APB2ENR_USART1EN

#define RCC_APB2ENR_USART1EN   (1 << 14)

Definition at line 353 of file l0/rcc.h.