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

Macros

#define RCC_AHBRSTR_CRYPRST   (1 << 24)
 
#define RCC_AHBRSTR_RNGRST   (1 << 20)
 
#define RCC_AHBRSTR_TSCRST   (1 << 16)
 
#define RCC_AHBRSTR_CRCRST   (1 << 12)
 
#define RCC_AHBRSTR_MIFRST   (1 << 8)
 
#define RCC_AHBRSTR_DMARST   (1 << 0)
 

Detailed Description

Macro Definition Documentation

◆ RCC_AHBRSTR_CRCRST

#define RCC_AHBRSTR_CRCRST   (1 << 12)

Definition at line 292 of file l0/rcc.h.

◆ RCC_AHBRSTR_CRYPRST

#define RCC_AHBRSTR_CRYPRST   (1 << 24)

Definition at line 289 of file l0/rcc.h.

◆ RCC_AHBRSTR_DMARST

#define RCC_AHBRSTR_DMARST   (1 << 0)

Definition at line 294 of file l0/rcc.h.

◆ RCC_AHBRSTR_MIFRST

#define RCC_AHBRSTR_MIFRST   (1 << 8)

Definition at line 293 of file l0/rcc.h.

◆ RCC_AHBRSTR_RNGRST

#define RCC_AHBRSTR_RNGRST   (1 << 20)

Definition at line 290 of file l0/rcc.h.

◆ RCC_AHBRSTR_TSCRST

#define RCC_AHBRSTR_TSCRST   (1 << 16)

Definition at line 291 of file l0/rcc.h.