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_TSCRST   (1 << 16)
 
#define RCC_AHB1RSTR_CRCRST   (1 << 12)
 
#define RCC_AHB1RSTR_FLASHRST   (1 << 8)
 
#define RCC_AHB1RSTR_DMA2RST   (1 << 1)
 
#define RCC_AHB1RSTR_DMA1RST   (1 << 0)
 

Detailed Description

Macro Definition Documentation

◆ RCC_AHB1RSTR_CRCRST

#define RCC_AHB1RSTR_CRCRST   (1 << 12)

Definition at line 344 of file l4/rcc.h.

◆ RCC_AHB1RSTR_DMA1RST

#define RCC_AHB1RSTR_DMA1RST   (1 << 0)

Definition at line 347 of file l4/rcc.h.

◆ RCC_AHB1RSTR_DMA2RST

#define RCC_AHB1RSTR_DMA2RST   (1 << 1)

Definition at line 346 of file l4/rcc.h.

◆ RCC_AHB1RSTR_FLASHRST

#define RCC_AHB1RSTR_FLASHRST   (1 << 8)

Definition at line 345 of file l4/rcc.h.

◆ RCC_AHB1RSTR_TSCRST

#define RCC_AHB1RSTR_TSCRST   (1 << 16)

Definition at line 343 of file l4/rcc.h.