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_DFSDMEN   (1 << 24)
 
#define RCC_APB2ENR_SAI2EN   (1 << 22)
 
#define RCC_APB2ENR_SAI1EN   (1 << 21)
 
#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_TIM8EN   (1 << 13)
 
#define RCC_APB2ENR_SPI1EN   (1 << 12)
 
#define RCC_APB2ENR_TIM1EN   (1 << 11)
 
#define RCC_APB2ENR_SDMMC1EN   (1 << 10)
 
#define RCC_APB2ENR_FWEN   (1 << 7)
 
#define RCC_APB2ENR_SYSCFGEN   (1 << 0)
 

Detailed Description

Macro Definition Documentation

◆ RCC_APB2ENR_DFSDMEN

#define RCC_APB2ENR_DFSDMEN   (1 << 24)

Definition at line 524 of file l4/rcc.h.

◆ RCC_APB2ENR_FWEN

#define RCC_APB2ENR_FWEN   (1 << 7)

Definition at line 535 of file l4/rcc.h.

◆ RCC_APB2ENR_SAI1EN

#define RCC_APB2ENR_SAI1EN   (1 << 21)

Definition at line 526 of file l4/rcc.h.

◆ RCC_APB2ENR_SAI2EN

#define RCC_APB2ENR_SAI2EN   (1 << 22)

Definition at line 525 of file l4/rcc.h.

◆ RCC_APB2ENR_SDMMC1EN

#define RCC_APB2ENR_SDMMC1EN   (1 << 10)

Definition at line 534 of file l4/rcc.h.

◆ RCC_APB2ENR_SPI1EN

#define RCC_APB2ENR_SPI1EN   (1 << 12)

Definition at line 532 of file l4/rcc.h.

◆ RCC_APB2ENR_SYSCFGEN

#define RCC_APB2ENR_SYSCFGEN   (1 << 0)

Definition at line 536 of file l4/rcc.h.

◆ RCC_APB2ENR_TIM15EN

#define RCC_APB2ENR_TIM15EN   (1 << 16)

Definition at line 529 of file l4/rcc.h.

◆ RCC_APB2ENR_TIM16EN

#define RCC_APB2ENR_TIM16EN   (1 << 17)

Definition at line 528 of file l4/rcc.h.

◆ RCC_APB2ENR_TIM17EN

#define RCC_APB2ENR_TIM17EN   (1 << 18)

Definition at line 527 of file l4/rcc.h.

◆ RCC_APB2ENR_TIM1EN

#define RCC_APB2ENR_TIM1EN   (1 << 11)

Definition at line 533 of file l4/rcc.h.

◆ RCC_APB2ENR_TIM8EN

#define RCC_APB2ENR_TIM8EN   (1 << 13)

Definition at line 531 of file l4/rcc.h.

◆ RCC_APB2ENR_USART1EN

#define RCC_APB2ENR_USART1EN   (1 << 14)

Definition at line 530 of file l4/rcc.h.