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_DBGMCUEN   (1 << 22)
 
#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_USART8EN   (1 << 7)
 
#define RCC_APB2ENR_USART7EN   (1 << 6)
 
#define RCC_APB2ENR_USART6EN   (1 << 5)
 
#define RCC_APB2ENR_SYSCFGCOMPEN   (1 << 0)
 

Detailed Description

Macro Definition Documentation

◆ RCC_APB2ENR_ADCEN

#define RCC_APB2ENR_ADCEN   (1 << 9)

Definition at line 284 of file f0/rcc.h.

◆ RCC_APB2ENR_DBGMCUEN

#define RCC_APB2ENR_DBGMCUEN   (1 << 22)

Definition at line 277 of file f0/rcc.h.

◆ RCC_APB2ENR_SPI1EN

#define RCC_APB2ENR_SPI1EN   (1 << 12)

Definition at line 282 of file f0/rcc.h.

◆ RCC_APB2ENR_SYSCFGCOMPEN

#define RCC_APB2ENR_SYSCFGCOMPEN   (1 << 0)

Definition at line 288 of file f0/rcc.h.

◆ RCC_APB2ENR_TIM15EN

#define RCC_APB2ENR_TIM15EN   (1 << 16)

Definition at line 280 of file f0/rcc.h.

◆ RCC_APB2ENR_TIM16EN

#define RCC_APB2ENR_TIM16EN   (1 << 17)

Definition at line 279 of file f0/rcc.h.

◆ RCC_APB2ENR_TIM17EN

#define RCC_APB2ENR_TIM17EN   (1 << 18)

Definition at line 278 of file f0/rcc.h.

◆ RCC_APB2ENR_TIM1EN

#define RCC_APB2ENR_TIM1EN   (1 << 11)

Definition at line 283 of file f0/rcc.h.

◆ RCC_APB2ENR_USART1EN

#define RCC_APB2ENR_USART1EN   (1 << 14)

Definition at line 281 of file f0/rcc.h.

◆ RCC_APB2ENR_USART6EN

#define RCC_APB2ENR_USART6EN   (1 << 5)

Definition at line 287 of file f0/rcc.h.

◆ RCC_APB2ENR_USART7EN

#define RCC_APB2ENR_USART7EN   (1 << 6)

Definition at line 286 of file f0/rcc.h.

◆ RCC_APB2ENR_USART8EN

#define RCC_APB2ENR_USART8EN   (1 << 7)

Definition at line 285 of file f0/rcc.h.