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_TSCRST   (1 << 24)
 
#define RCC_AHBRSTR_IOPFRST   (1 << 22)
 
#define RCC_AHBRSTR_IOPERST   (1 << 21)
 
#define RCC_AHBRSTR_IOPDRST   (1 << 20)
 
#define RCC_AHBRSTR_IOPCRST   (1 << 19)
 
#define RCC_AHBRSTR_IOPBRST   (1 << 18)
 
#define RCC_AHBRSTR_IOPARST   (1 << 17)
 

Detailed Description

Macro Definition Documentation

◆ RCC_AHBRSTR_IOPARST

#define RCC_AHBRSTR_IOPARST   (1 << 17)

Definition at line 359 of file f0/rcc.h.

◆ RCC_AHBRSTR_IOPBRST

#define RCC_AHBRSTR_IOPBRST   (1 << 18)

Definition at line 358 of file f0/rcc.h.

◆ RCC_AHBRSTR_IOPCRST

#define RCC_AHBRSTR_IOPCRST   (1 << 19)

Definition at line 357 of file f0/rcc.h.

◆ RCC_AHBRSTR_IOPDRST

#define RCC_AHBRSTR_IOPDRST   (1 << 20)

Definition at line 356 of file f0/rcc.h.

◆ RCC_AHBRSTR_IOPERST

#define RCC_AHBRSTR_IOPERST   (1 << 21)

Definition at line 355 of file f0/rcc.h.

◆ RCC_AHBRSTR_IOPFRST

#define RCC_AHBRSTR_IOPFRST   (1 << 22)

Definition at line 354 of file f0/rcc.h.

◆ RCC_AHBRSTR_TSCRST

#define RCC_AHBRSTR_TSCRST   (1 << 24)

Definition at line 353 of file f0/rcc.h.