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_DBGMCURST   (1 << 22)
 
#define RCC_APB2RSTR_TIM17RST   (1 << 18)
 
#define RCC_APB2RSTR_TIM16RST   (1 << 17)
 
#define RCC_APB2RSTR_TIM15RST   (1 << 16)
 
#define RCC_APB2RSTR_USART1RST   (1 << 14)
 
#define RCC_APB2RSTR_SPI1RST   (1 << 12)
 
#define RCC_APB2RSTR_TIM1RST   (1 << 11)
 
#define RCC_APB2RSTR_ADCRST   (1 << 9)
 
#define RCC_APB2RSTR_USART8RST   (1 << 7)
 
#define RCC_APB2RSTR_USART7RST   (1 << 6)
 
#define RCC_APB2RSTR_USART6RST   (1 << 5)
 
#define RCC_APB2RSTR_SYSCFGRST   (1 << 0)
 

Detailed Description

Macro Definition Documentation

◆ RCC_APB2RSTR_ADCRST

#define RCC_APB2RSTR_ADCRST   (1 << 9)

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

◆ RCC_APB2RSTR_DBGMCURST

#define RCC_APB2RSTR_DBGMCURST   (1 << 22)

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

◆ RCC_APB2RSTR_SPI1RST

#define RCC_APB2RSTR_SPI1RST   (1 << 12)

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

◆ RCC_APB2RSTR_SYSCFGRST

#define RCC_APB2RSTR_SYSCFGRST   (1 << 0)

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

◆ RCC_APB2RSTR_TIM15RST

#define RCC_APB2RSTR_TIM15RST   (1 << 16)

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

◆ RCC_APB2RSTR_TIM16RST

#define RCC_APB2RSTR_TIM16RST   (1 << 17)

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

◆ RCC_APB2RSTR_TIM17RST

#define RCC_APB2RSTR_TIM17RST   (1 << 18)

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

◆ RCC_APB2RSTR_TIM1RST

#define RCC_APB2RSTR_TIM1RST   (1 << 11)

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

◆ RCC_APB2RSTR_USART1RST

#define RCC_APB2RSTR_USART1RST   (1 << 14)

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

◆ RCC_APB2RSTR_USART6RST

#define RCC_APB2RSTR_USART6RST   (1 << 5)

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

◆ RCC_APB2RSTR_USART7RST

#define RCC_APB2RSTR_USART7RST   (1 << 6)

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

◆ RCC_APB2RSTR_USART8RST

#define RCC_APB2RSTR_USART8RST   (1 << 7)

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