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_RNGRST   (1 << 18)
 
#define RCC_AHBRSTR_AESRST   (1 << 16)
 
#define RCC_AHBRSTR_CRCRST   (1 << 12)
 
#define RCC_AHBRSTR_FLASHRST   (1 << 8)
 
#define RCC_AHBRSTR_DMA2RST   (1 << 1)
 
#define RCC_AHBRSTR_DMA1RST   (1 << 0)
 
#define RCC_AHBRSTR_DMARST   RCC_AHBRSTR_DMA1RST
 

Detailed Description

Macro Definition Documentation

◆ RCC_AHBRSTR_AESRST

#define RCC_AHBRSTR_AESRST   (1 << 16)

Definition at line 305 of file g0/rcc.h.

◆ RCC_AHBRSTR_CRCRST

#define RCC_AHBRSTR_CRCRST   (1 << 12)

Definition at line 306 of file g0/rcc.h.

◆ RCC_AHBRSTR_DMA1RST

#define RCC_AHBRSTR_DMA1RST   (1 << 0)

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

◆ RCC_AHBRSTR_DMA2RST

#define RCC_AHBRSTR_DMA2RST   (1 << 1)

Definition at line 308 of file g0/rcc.h.

◆ RCC_AHBRSTR_DMARST

#define RCC_AHBRSTR_DMARST   RCC_AHBRSTR_DMA1RST

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

◆ RCC_AHBRSTR_FLASHRST

#define RCC_AHBRSTR_FLASHRST   (1 << 8)

Definition at line 307 of file g0/rcc.h.

◆ RCC_AHBRSTR_RNGRST

#define RCC_AHBRSTR_RNGRST   (1 << 18)

Definition at line 304 of file g0/rcc.h.