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

Macros

#define RCC_APBRSTR2_ADCRST   (1 << 20)
 
#define RCC_APBRSTR2_TIM17RST   (1 << 18)
 
#define RCC_APBRSTR2_TIM16RST   (1 << 17)
 
#define RCC_APBRSTR2_TIM15RST   (1 << 16)
 
#define RCC_APBRSTR2_TIM14RST   (1 << 15)
 
#define RCC_APBRSTR2_USART1RST   (1 << 14)
 
#define RCC_APBRSTR2_SPI1RST   (1 << 12)
 
#define RCC_APBRSTR2_TIM1RST   (1 << 11)
 
#define RCC_APBRSTR2_SYSCFGRST   (1 << 0)
 

Detailed Description

Macro Definition Documentation

◆ RCC_APBRSTR2_ADCRST

#define RCC_APBRSTR2_ADCRST   (1 << 20)

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

◆ RCC_APBRSTR2_SPI1RST

#define RCC_APBRSTR2_SPI1RST   (1 << 12)

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

◆ RCC_APBRSTR2_SYSCFGRST

#define RCC_APBRSTR2_SYSCFGRST   (1 << 0)

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

◆ RCC_APBRSTR2_TIM14RST

#define RCC_APBRSTR2_TIM14RST   (1 << 15)

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

◆ RCC_APBRSTR2_TIM15RST

#define RCC_APBRSTR2_TIM15RST   (1 << 16)

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

◆ RCC_APBRSTR2_TIM16RST

#define RCC_APBRSTR2_TIM16RST   (1 << 17)

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

◆ RCC_APBRSTR2_TIM17RST

#define RCC_APBRSTR2_TIM17RST   (1 << 18)

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

◆ RCC_APBRSTR2_TIM1RST

#define RCC_APBRSTR2_TIM1RST   (1 << 11)

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

◆ RCC_APBRSTR2_USART1RST

#define RCC_APBRSTR2_USART1RST   (1 << 14)

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