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 << 18)
 
#define RCC_AHB2RSTR_AESRST   (1 << 16)
 
#define RCC_AHB2RSTR_ADCRST   (1 << 13)
 
#define RCC_AHB2RSTR_OTGFSRST   (1 << 12)
 
#define RCC_AHB2RSTR_GPIOHRST   (1 << 7)
 
#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_ADCRST

#define RCC_AHB2RSTR_ADCRST   (1 << 13)

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

◆ RCC_AHB2RSTR_AESRST

#define RCC_AHB2RSTR_AESRST   (1 << 16)

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

◆ RCC_AHB2RSTR_GPIOARST

#define RCC_AHB2RSTR_GPIOARST   (1 << 0)

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

◆ RCC_AHB2RSTR_GPIOBRST

#define RCC_AHB2RSTR_GPIOBRST   (1 << 1)

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

◆ RCC_AHB2RSTR_GPIOCRST

#define RCC_AHB2RSTR_GPIOCRST   (1 << 2)

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

◆ RCC_AHB2RSTR_GPIODRST

#define RCC_AHB2RSTR_GPIODRST   (1 << 3)

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

◆ RCC_AHB2RSTR_GPIOERST

#define RCC_AHB2RSTR_GPIOERST   (1 << 4)

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

◆ RCC_AHB2RSTR_GPIOFRST

#define RCC_AHB2RSTR_GPIOFRST   (1 << 5)

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

◆ RCC_AHB2RSTR_GPIOGRST

#define RCC_AHB2RSTR_GPIOGRST   (1 << 6)

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

◆ RCC_AHB2RSTR_GPIOHRST

#define RCC_AHB2RSTR_GPIOHRST   (1 << 7)

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

◆ RCC_AHB2RSTR_OTGFSRST

#define RCC_AHB2RSTR_OTGFSRST   (1 << 12)

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

◆ RCC_AHB2RSTR_RNGRST

#define RCC_AHB2RSTR_RNGRST   (1 << 18)

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