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_OTGFSRST   (1 << 7)
 
#define RCC_AHB2RSTR_RNGRST   (1 << 6)
 
#define RCC_AHB2RSTR_HASHRST   (1 << 5)
 
#define RCC_AHB2RSTR_CRYPRST   (1 << 4)
 
#define RCC_AHB2RSTR_DCMIRST   (1 << 0)
 

Detailed Description

Macro Definition Documentation

◆ RCC_AHB2RSTR_CRYPRST

#define RCC_AHB2RSTR_CRYPRST   (1 << 4)

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

◆ RCC_AHB2RSTR_DCMIRST

#define RCC_AHB2RSTR_DCMIRST   (1 << 0)

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

◆ RCC_AHB2RSTR_HASHRST

#define RCC_AHB2RSTR_HASHRST   (1 << 5)

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

◆ RCC_AHB2RSTR_OTGFSRST

#define RCC_AHB2RSTR_OTGFSRST   (1 << 7)

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

◆ RCC_AHB2RSTR_RNGRST

#define RCC_AHB2RSTR_RNGRST   (1 << 6)

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