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

Macros

#define RCC_APB1RSTR_CECRST   (1 << 30)
 
#define RCC_APB1RSTR_DACRST   (1 << 29)
 
#define RCC_APB1RSTR_PWRRST   (1 << 28)
 
#define RCC_APB1RSTR_CRSRST   (1 << 27)
 
#define RCC_APB1RSTR_CANRST   (1 << 25)
 
#define RCC_APB1RSTR_USBRST   (1 << 23)
 
#define RCC_APB1RSTR_I2C2RST   (1 << 22)
 
#define RCC_APB1RSTR_I2C1RST   (1 << 21)
 
#define RCC_APB1RSTR_USART5RST   (1 << 20)
 
#define RCC_APB1RSTR_USART4RST   (1 << 19)
 
#define RCC_APB1RSTR_USART3RST   (1 << 18)
 
#define RCC_APB1RSTR_USART2RST   (1 << 17)
 
#define RCC_APB1RSTR_SPI2RST   (1 << 14)
 
#define RCC_APB1RSTR_WWDGRST   (1 << 11)
 
#define RCC_APB1RSTR_TIM14RST   (1 << 8)
 
#define RCC_APB1RSTR_TIM7RST   (1 << 5)
 
#define RCC_APB1RSTR_TIM6RST   (1 << 4)
 
#define RCC_APB1RSTR_TIM3RST   (1 << 1)
 
#define RCC_APB1RSTR_TIM2RST   (1 << 0)
 

Detailed Description

Macro Definition Documentation

◆ RCC_APB1RSTR_CANRST

#define RCC_APB1RSTR_CANRST   (1 << 25)

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

◆ RCC_APB1RSTR_CECRST

#define RCC_APB1RSTR_CECRST   (1 << 30)

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

◆ RCC_APB1RSTR_CRSRST

#define RCC_APB1RSTR_CRSRST   (1 << 27)

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

◆ RCC_APB1RSTR_DACRST

#define RCC_APB1RSTR_DACRST   (1 << 29)

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

◆ RCC_APB1RSTR_I2C1RST

#define RCC_APB1RSTR_I2C1RST   (1 << 21)

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

◆ RCC_APB1RSTR_I2C2RST

#define RCC_APB1RSTR_I2C2RST   (1 << 22)

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

◆ RCC_APB1RSTR_PWRRST

#define RCC_APB1RSTR_PWRRST   (1 << 28)

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

◆ RCC_APB1RSTR_SPI2RST

#define RCC_APB1RSTR_SPI2RST   (1 << 14)

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

◆ RCC_APB1RSTR_TIM14RST

#define RCC_APB1RSTR_TIM14RST   (1 << 8)

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

◆ RCC_APB1RSTR_TIM2RST

#define RCC_APB1RSTR_TIM2RST   (1 << 0)

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

◆ RCC_APB1RSTR_TIM3RST

#define RCC_APB1RSTR_TIM3RST   (1 << 1)

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

◆ RCC_APB1RSTR_TIM6RST

#define RCC_APB1RSTR_TIM6RST   (1 << 4)

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

◆ RCC_APB1RSTR_TIM7RST

#define RCC_APB1RSTR_TIM7RST   (1 << 5)

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

◆ RCC_APB1RSTR_USART2RST

#define RCC_APB1RSTR_USART2RST   (1 << 17)

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

◆ RCC_APB1RSTR_USART3RST

#define RCC_APB1RSTR_USART3RST   (1 << 18)

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

◆ RCC_APB1RSTR_USART4RST

#define RCC_APB1RSTR_USART4RST   (1 << 19)

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

◆ RCC_APB1RSTR_USART5RST

#define RCC_APB1RSTR_USART5RST   (1 << 20)

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

◆ RCC_APB1RSTR_USBRST

#define RCC_APB1RSTR_USBRST   (1 << 23)

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

◆ RCC_APB1RSTR_WWDGRST

#define RCC_APB1RSTR_WWDGRST   (1 << 11)

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