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

Macros

#define RCC_APB2RSTR_HRTIM1RST   (1 << 26)
 
#define RCC_APB2RSTR_SAI1RST   (1 << 21)
 
#define RCC_APB2RSTR_TIM20RST   (1 << 20)
 
#define RCC_APB2RSTR_TIM17RST   (1 << 18)
 
#define RCC_APB2RSTR_TIM16RST   (1 << 17)
 
#define RCC_APB2RSTR_TIM15RST   (1 << 16)
 
#define RCC_APB2RSTR_SPI4RST   (1 << 15)
 
#define RCC_APB2RSTR_USART1RST   (1 << 14)
 
#define RCC_APB2RSTR_TIM8RST   (1 << 13)
 
#define RCC_APB2RSTR_SPI1RST   (1 << 12)
 
#define RCC_APB2RSTR_TIM1RST   (1 << 11)
 
#define RCC_APB2RSTR_SYSCFGRST   (1 << 0)
 

Detailed Description

Macro Definition Documentation

◆ RCC_APB2RSTR_HRTIM1RST

#define RCC_APB2RSTR_HRTIM1RST   (1 << 26)

Definition at line 370 of file g4/rcc.h.

◆ RCC_APB2RSTR_SAI1RST

#define RCC_APB2RSTR_SAI1RST   (1 << 21)

Definition at line 371 of file g4/rcc.h.

◆ RCC_APB2RSTR_SPI1RST

#define RCC_APB2RSTR_SPI1RST   (1 << 12)

Definition at line 379 of file g4/rcc.h.

◆ RCC_APB2RSTR_SPI4RST

#define RCC_APB2RSTR_SPI4RST   (1 << 15)

Definition at line 376 of file g4/rcc.h.

◆ RCC_APB2RSTR_SYSCFGRST

#define RCC_APB2RSTR_SYSCFGRST   (1 << 0)

Definition at line 381 of file g4/rcc.h.

◆ RCC_APB2RSTR_TIM15RST

#define RCC_APB2RSTR_TIM15RST   (1 << 16)

Definition at line 375 of file g4/rcc.h.

◆ RCC_APB2RSTR_TIM16RST

#define RCC_APB2RSTR_TIM16RST   (1 << 17)

Definition at line 374 of file g4/rcc.h.

◆ RCC_APB2RSTR_TIM17RST

#define RCC_APB2RSTR_TIM17RST   (1 << 18)

Definition at line 373 of file g4/rcc.h.

◆ RCC_APB2RSTR_TIM1RST

#define RCC_APB2RSTR_TIM1RST   (1 << 11)

Definition at line 380 of file g4/rcc.h.

◆ RCC_APB2RSTR_TIM20RST

#define RCC_APB2RSTR_TIM20RST   (1 << 20)

Definition at line 372 of file g4/rcc.h.

◆ RCC_APB2RSTR_TIM8RST

#define RCC_APB2RSTR_TIM8RST   (1 << 13)

Definition at line 378 of file g4/rcc.h.

◆ RCC_APB2RSTR_USART1RST

#define RCC_APB2RSTR_USART1RST   (1 << 14)

Definition at line 377 of file g4/rcc.h.