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

Macros

#define RCC_AHB2RSTR_RNGRST   (1 << 26)
 
#define RCC_AHB2RSTR_AESRST   (1 << 24)
 
#define RCC_AHB2RSTR_DAC4RST   (1 << 19)
 
#define RCC_AHB2RSTR_DAC3RST   (1 << 18)
 
#define RCC_AHB2RSTR_DAC2RST   (1 << 17)
 
#define RCC_AHB2RSTR_DAC1RST   (1 << 16)
 
#define RCC_AHB2RSTR_ADC345RST   (1 << 14)
 
#define RCC_AHB2RSTR_ADC12RST   (1 << 13)
 
#define RCC_AHB2RSTR_GPIOGRST   (1 << 6)
 
#define RCC_AHB2RSTR_GPIOFRST   (1 << 5)
 
#define RCC_AHB2RSTR_GPIOERST   (1 << 4)
 
#define RCC_AHB2RSTR_GPIODRST   (1 << 3)
 
#define RCC_AHB2RSTR_GPIOCRST   (1 << 2)
 
#define RCC_AHB2RSTR_GPIOBRST   (1 << 1)
 
#define RCC_AHB2RSTR_GPIOARST   (1 << 0)
 

Detailed Description

Macro Definition Documentation

◆ RCC_AHB2RSTR_ADC12RST

#define RCC_AHB2RSTR_ADC12RST   (1 << 13)

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

◆ RCC_AHB2RSTR_ADC345RST

#define RCC_AHB2RSTR_ADC345RST   (1 << 14)

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

◆ RCC_AHB2RSTR_AESRST

#define RCC_AHB2RSTR_AESRST   (1 << 24)

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

◆ RCC_AHB2RSTR_DAC1RST

#define RCC_AHB2RSTR_DAC1RST   (1 << 16)

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

◆ RCC_AHB2RSTR_DAC2RST

#define RCC_AHB2RSTR_DAC2RST   (1 << 17)

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

◆ RCC_AHB2RSTR_DAC3RST

#define RCC_AHB2RSTR_DAC3RST   (1 << 18)

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

◆ RCC_AHB2RSTR_DAC4RST

#define RCC_AHB2RSTR_DAC4RST   (1 << 19)

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

◆ RCC_AHB2RSTR_GPIOARST

#define RCC_AHB2RSTR_GPIOARST   (1 << 0)

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

◆ RCC_AHB2RSTR_GPIOBRST

#define RCC_AHB2RSTR_GPIOBRST   (1 << 1)

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

◆ RCC_AHB2RSTR_GPIOCRST

#define RCC_AHB2RSTR_GPIOCRST   (1 << 2)

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

◆ RCC_AHB2RSTR_GPIODRST

#define RCC_AHB2RSTR_GPIODRST   (1 << 3)

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

◆ RCC_AHB2RSTR_GPIOERST

#define RCC_AHB2RSTR_GPIOERST   (1 << 4)

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

◆ RCC_AHB2RSTR_GPIOFRST

#define RCC_AHB2RSTR_GPIOFRST   (1 << 5)

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

◆ RCC_AHB2RSTR_GPIOGRST

#define RCC_AHB2RSTR_GPIOGRST   (1 << 6)

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

◆ RCC_AHB2RSTR_RNGRST

#define RCC_AHB2RSTR_RNGRST   (1 << 26)

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