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

Macros

#define RCC_AHB1RSTR_CRCRST   (1 << 12)
 
#define RCC_AHB1RSTR_FLASHRST   (1 << 8)
 
#define RCC_AHB1RSTR_FMACRST   (1 << 4)
 
#define RCC_AHB1RSTR_CORDICRST   (1 << 3)
 
#define RCC_AHB1RSTR_DMAMUX1RST   (1 << 2)
 
#define RCC_AHB1RSTR_DMA2RST   (1 << 1)
 
#define RCC_AHB1RSTR_DMA1RST   (1 << 0)
 

Detailed Description

Macro Definition Documentation

◆ RCC_AHB1RSTR_CORDICRST

#define RCC_AHB1RSTR_CORDICRST   (1 << 3)

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

◆ RCC_AHB1RSTR_CRCRST

#define RCC_AHB1RSTR_CRCRST   (1 << 12)

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

◆ RCC_AHB1RSTR_DMA1RST

#define RCC_AHB1RSTR_DMA1RST   (1 << 0)

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

◆ RCC_AHB1RSTR_DMA2RST

#define RCC_AHB1RSTR_DMA2RST   (1 << 1)

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

◆ RCC_AHB1RSTR_DMAMUX1RST

#define RCC_AHB1RSTR_DMAMUX1RST   (1 << 2)

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

◆ RCC_AHB1RSTR_FLASHRST

#define RCC_AHB1RSTR_FLASHRST   (1 << 8)

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

◆ RCC_AHB1RSTR_FMACRST

#define RCC_AHB1RSTR_FMACRST   (1 << 4)

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