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

Macros

#define RCC_AHB2ENR_RNGEN   (1 << 26)
 
#define RCC_AHB2ENR_AESEN   (1 << 24)
 
#define RCC_AHB2ENR_DAC4EN   (1 << 19)
 
#define RCC_AHB2ENR_DAC3EN   (1 << 18)
 
#define RCC_AHB2ENR_DAC2EN   (1 << 17)
 
#define RCC_AHB2ENR_DAC1EN   (1 << 16)
 
#define RCC_AHB2ENR_ADC345EN   (1 << 14)
 
#define RCC_AHB2ENR_ADC12EN   (1 << 13)
 
#define RCC_AHB2ENR_GPIOGEN   (1 << 6)
 
#define RCC_AHB2ENR_GPIOFEN   (1 << 5)
 
#define RCC_AHB2ENR_GPIOEEN   (1 << 4)
 
#define RCC_AHB2ENR_GPIODEN   (1 << 3)
 
#define RCC_AHB2ENR_GPIOCEN   (1 << 2)
 
#define RCC_AHB2ENR_GPIOBEN   (1 << 1)
 
#define RCC_AHB2ENR_GPIOAEN   (1 << 0)
 

Detailed Description

Macro Definition Documentation

◆ RCC_AHB2ENR_ADC12EN

#define RCC_AHB2ENR_ADC12EN   (1 << 13)

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

◆ RCC_AHB2ENR_ADC345EN

#define RCC_AHB2ENR_ADC345EN   (1 << 14)

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

◆ RCC_AHB2ENR_AESEN

#define RCC_AHB2ENR_AESEN   (1 << 24)

Definition at line 400 of file g4/rcc.h.

◆ RCC_AHB2ENR_DAC1EN

#define RCC_AHB2ENR_DAC1EN   (1 << 16)

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

◆ RCC_AHB2ENR_DAC2EN

#define RCC_AHB2ENR_DAC2EN   (1 << 17)

Definition at line 403 of file g4/rcc.h.

◆ RCC_AHB2ENR_DAC3EN

#define RCC_AHB2ENR_DAC3EN   (1 << 18)

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

◆ RCC_AHB2ENR_DAC4EN

#define RCC_AHB2ENR_DAC4EN   (1 << 19)

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

◆ RCC_AHB2ENR_GPIOAEN

#define RCC_AHB2ENR_GPIOAEN   (1 << 0)

Definition at line 413 of file g4/rcc.h.

◆ RCC_AHB2ENR_GPIOBEN

#define RCC_AHB2ENR_GPIOBEN   (1 << 1)

Definition at line 412 of file g4/rcc.h.

◆ RCC_AHB2ENR_GPIOCEN

#define RCC_AHB2ENR_GPIOCEN   (1 << 2)

Definition at line 411 of file g4/rcc.h.

◆ RCC_AHB2ENR_GPIODEN

#define RCC_AHB2ENR_GPIODEN   (1 << 3)

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

◆ RCC_AHB2ENR_GPIOEEN

#define RCC_AHB2ENR_GPIOEEN   (1 << 4)

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

◆ RCC_AHB2ENR_GPIOFEN

#define RCC_AHB2ENR_GPIOFEN   (1 << 5)

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

◆ RCC_AHB2ENR_GPIOGEN

#define RCC_AHB2ENR_GPIOGEN   (1 << 6)

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

◆ RCC_AHB2ENR_RNGEN

#define RCC_AHB2ENR_RNGEN   (1 << 26)

Definition at line 399 of file g4/rcc.h.