libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
RCC_AHBxRSTR reset values (full set)

Macros

#define RCC_AHBRSTR_ADC34RST   (1 << 29)
 
#define RCC_AHBRSTR_ADC12RST   (1 << 28)
 
#define RCC_AHBRSTR_TSCRST   (1 << 24)
 
#define RCC_AHBRSTR_IOPGRST   (1 << 23)
 
#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)
 
#define RCC_AHBRSTR_IOPHRST   (1 << 16)
 
#define RCC_AHBRSTR_FMCRST   (1 << 5)
 

Detailed Description

Macro Definition Documentation

◆ RCC_AHBRSTR_ADC12RST

#define RCC_AHBRSTR_ADC12RST   (1 << 28)

Definition at line 350 of file f3/rcc.h.

◆ RCC_AHBRSTR_ADC34RST

#define RCC_AHBRSTR_ADC34RST   (1 << 29)

Definition at line 349 of file f3/rcc.h.

◆ RCC_AHBRSTR_FMCRST

#define RCC_AHBRSTR_FMCRST   (1 << 5)

Definition at line 360 of file f3/rcc.h.

◆ RCC_AHBRSTR_IOPARST

#define RCC_AHBRSTR_IOPARST   (1 << 17)

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

◆ RCC_AHBRSTR_IOPBRST

#define RCC_AHBRSTR_IOPBRST   (1 << 18)

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

◆ RCC_AHBRSTR_IOPCRST

#define RCC_AHBRSTR_IOPCRST   (1 << 19)

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

◆ RCC_AHBRSTR_IOPDRST

#define RCC_AHBRSTR_IOPDRST   (1 << 20)

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

◆ RCC_AHBRSTR_IOPERST

#define RCC_AHBRSTR_IOPERST   (1 << 21)

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

◆ RCC_AHBRSTR_IOPFRST

#define RCC_AHBRSTR_IOPFRST   (1 << 22)

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

◆ RCC_AHBRSTR_IOPGRST

#define RCC_AHBRSTR_IOPGRST   (1 << 23)

Definition at line 352 of file f3/rcc.h.

◆ RCC_AHBRSTR_IOPHRST

#define RCC_AHBRSTR_IOPHRST   (1 << 16)

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

◆ RCC_AHBRSTR_TSCRST

#define RCC_AHBRSTR_TSCRST   (1 << 24)

Definition at line 351 of file f3/rcc.h.