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

Macros

#define RCC_AHBRSTR_DMA1RST   (1 << 24)
 
#define RCC_AHBRSTR_FLITFRST   (1 << 15)
 
#define RCC_AHBRSTR_CRCRST   (1 << 12)
 
#define RCC_AHBRSTR_GPIOHRST   (1 << 5)
 
#define RCC_AHBRSTR_GPIOERST   (1 << 4)
 
#define RCC_AHBRSTR_GPIODRST   (1 << 3)
 
#define RCC_AHBRSTR_GPIOCRST   (1 << 2)
 
#define RCC_AHBRSTR_GPIOBRST   (1 << 1)
 
#define RCC_AHBRSTR_GPIOARST   (1 << 0)
 

Detailed Description

Macro Definition Documentation

◆ RCC_AHBRSTR_CRCRST

#define RCC_AHBRSTR_CRCRST   (1 << 12)

Definition at line 278 of file l1/rcc.h.

◆ RCC_AHBRSTR_DMA1RST

#define RCC_AHBRSTR_DMA1RST   (1 << 24)

Definition at line 276 of file l1/rcc.h.

◆ RCC_AHBRSTR_FLITFRST

#define RCC_AHBRSTR_FLITFRST   (1 << 15)

Definition at line 277 of file l1/rcc.h.

◆ RCC_AHBRSTR_GPIOARST

#define RCC_AHBRSTR_GPIOARST   (1 << 0)

Definition at line 284 of file l1/rcc.h.

◆ RCC_AHBRSTR_GPIOBRST

#define RCC_AHBRSTR_GPIOBRST   (1 << 1)

Definition at line 283 of file l1/rcc.h.

◆ RCC_AHBRSTR_GPIOCRST

#define RCC_AHBRSTR_GPIOCRST   (1 << 2)

Definition at line 282 of file l1/rcc.h.

◆ RCC_AHBRSTR_GPIODRST

#define RCC_AHBRSTR_GPIODRST   (1 << 3)

Definition at line 281 of file l1/rcc.h.

◆ RCC_AHBRSTR_GPIOERST

#define RCC_AHBRSTR_GPIOERST   (1 << 4)

Definition at line 280 of file l1/rcc.h.

◆ RCC_AHBRSTR_GPIOHRST

#define RCC_AHBRSTR_GPIOHRST   (1 << 5)

Definition at line 279 of file l1/rcc.h.