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_OTGHSRST   (1 << 29)
 
#define RCC_AHB1RSTR_ETHMACRST   (1 << 25)
 
#define RCC_AHB1RSTR_DMA2DRST   (1 << 23)
 
#define RCC_AHB1RSTR_DMA2RST   (1 << 22)
 
#define RCC_AHB1RSTR_DMA1RST   (1 << 21)
 
#define RCC_AHB1RSTR_CRCRST   (1 << 12)
 
#define RCC_AHB1RSTR_GPIOKRST   (1 << 10)
 
#define RCC_AHB1RSTR_GPIOJRST   (1 << 9)
 
#define RCC_AHB1RSTR_GPIOIRST   (1 << 8)
 
#define RCC_AHB1RSTR_GPIOHRST   (1 << 7)
 
#define RCC_AHB1RSTR_GPIOGRST   (1 << 6)
 
#define RCC_AHB1RSTR_GPIOFRST   (1 << 5)
 
#define RCC_AHB1RSTR_GPIOERST   (1 << 4)
 
#define RCC_AHB1RSTR_GPIODRST   (1 << 3)
 
#define RCC_AHB1RSTR_GPIOCRST   (1 << 2)
 
#define RCC_AHB1RSTR_GPIOBRST   (1 << 1)
 
#define RCC_AHB1RSTR_GPIOARST   (1 << 0)
 

Detailed Description

Macro Definition Documentation

◆ RCC_AHB1RSTR_CRCRST

#define RCC_AHB1RSTR_CRCRST   (1 << 12)

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

◆ RCC_AHB1RSTR_DMA1RST

#define RCC_AHB1RSTR_DMA1RST   (1 << 21)

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

◆ RCC_AHB1RSTR_DMA2DRST

#define RCC_AHB1RSTR_DMA2DRST   (1 << 23)

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

◆ RCC_AHB1RSTR_DMA2RST

#define RCC_AHB1RSTR_DMA2RST   (1 << 22)

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

◆ RCC_AHB1RSTR_ETHMACRST

#define RCC_AHB1RSTR_ETHMACRST   (1 << 25)

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

◆ RCC_AHB1RSTR_GPIOARST

#define RCC_AHB1RSTR_GPIOARST   (1 << 0)

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

◆ RCC_AHB1RSTR_GPIOBRST

#define RCC_AHB1RSTR_GPIOBRST   (1 << 1)

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

◆ RCC_AHB1RSTR_GPIOCRST

#define RCC_AHB1RSTR_GPIOCRST   (1 << 2)

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

◆ RCC_AHB1RSTR_GPIODRST

#define RCC_AHB1RSTR_GPIODRST   (1 << 3)

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

◆ RCC_AHB1RSTR_GPIOERST

#define RCC_AHB1RSTR_GPIOERST   (1 << 4)

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

◆ RCC_AHB1RSTR_GPIOFRST

#define RCC_AHB1RSTR_GPIOFRST   (1 << 5)

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

◆ RCC_AHB1RSTR_GPIOGRST

#define RCC_AHB1RSTR_GPIOGRST   (1 << 6)

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

◆ RCC_AHB1RSTR_GPIOHRST

#define RCC_AHB1RSTR_GPIOHRST   (1 << 7)

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

◆ RCC_AHB1RSTR_GPIOIRST

#define RCC_AHB1RSTR_GPIOIRST   (1 << 8)

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

◆ RCC_AHB1RSTR_GPIOJRST

#define RCC_AHB1RSTR_GPIOJRST   (1 << 9)

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

◆ RCC_AHB1RSTR_GPIOKRST

#define RCC_AHB1RSTR_GPIOKRST   (1 << 10)

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

◆ RCC_AHB1RSTR_OTGHSRST

#define RCC_AHB1RSTR_OTGHSRST   (1 << 29)

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