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_UART8RST   (1 << 31)
 
#define RCC_APB1RSTR_UART7RST   (1 << 30)
 
#define RCC_APB1RSTR_DACRST   (1 << 29)
 
#define RCC_APB1RSTR_PWRRST   (1 << 28)
 
#define RCC_APB1RSTR_CAN2RST   (1 << 26)
 
#define RCC_APB1RSTR_CAN1RST   (1 << 25)
 
#define RCC_APB1RSTR_I2C3RST   (1 << 23)
 
#define RCC_APB1RSTR_I2C2RST   (1 << 22)
 
#define RCC_APB1RSTR_I2C1RST   (1 << 21)
 
#define RCC_APB1RSTR_UART5RST   (1 << 20)
 
#define RCC_APB1RSTR_UART4RST   (1 << 19)
 
#define RCC_APB1RSTR_USART3RST   (1 << 18)
 
#define RCC_APB1RSTR_USART2RST   (1 << 17)
 
#define RCC_APB1RSTR_SPI3RST   (1 << 15)
 
#define RCC_APB1RSTR_SPI2RST   (1 << 14)
 
#define RCC_APB1RSTR_WWDGRST   (1 << 11)
 
#define RCC_APB1RSTR_TIM14RST   (1 << 8)
 
#define RCC_APB1RSTR_TIM13RST   (1 << 7)
 
#define RCC_APB1RSTR_TIM12RST   (1 << 6)
 
#define RCC_APB1RSTR_TIM7RST   (1 << 5)
 
#define RCC_APB1RSTR_TIM6RST   (1 << 4)
 
#define RCC_APB1RSTR_TIM5RST   (1 << 3)
 
#define RCC_APB1RSTR_TIM4RST   (1 << 2)
 
#define RCC_APB1RSTR_TIM3RST   (1 << 1)
 
#define RCC_APB1RSTR_TIM2RST   (1 << 0)
 

Detailed Description

Macro Definition Documentation

◆ RCC_APB1RSTR_CAN1RST

#define RCC_APB1RSTR_CAN1RST   (1 << 25)

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

◆ RCC_APB1RSTR_CAN2RST

#define RCC_APB1RSTR_CAN2RST   (1 << 26)

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

◆ RCC_APB1RSTR_DACRST

#define RCC_APB1RSTR_DACRST   (1 << 29)

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

◆ RCC_APB1RSTR_I2C1RST

#define RCC_APB1RSTR_I2C1RST   (1 << 21)

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

◆ RCC_APB1RSTR_I2C2RST

#define RCC_APB1RSTR_I2C2RST   (1 << 22)

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

◆ RCC_APB1RSTR_I2C3RST

#define RCC_APB1RSTR_I2C3RST   (1 << 23)

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

◆ RCC_APB1RSTR_PWRRST

#define RCC_APB1RSTR_PWRRST   (1 << 28)

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

◆ RCC_APB1RSTR_SPI2RST

#define RCC_APB1RSTR_SPI2RST   (1 << 14)

Definition at line 385 of file f4/rcc.h.

◆ RCC_APB1RSTR_SPI3RST

#define RCC_APB1RSTR_SPI3RST   (1 << 15)

Definition at line 384 of file f4/rcc.h.

◆ RCC_APB1RSTR_TIM12RST

#define RCC_APB1RSTR_TIM12RST   (1 << 6)

Definition at line 389 of file f4/rcc.h.

◆ RCC_APB1RSTR_TIM13RST

#define RCC_APB1RSTR_TIM13RST   (1 << 7)

Definition at line 388 of file f4/rcc.h.

◆ RCC_APB1RSTR_TIM14RST

#define RCC_APB1RSTR_TIM14RST   (1 << 8)

Definition at line 387 of file f4/rcc.h.

◆ RCC_APB1RSTR_TIM2RST

#define RCC_APB1RSTR_TIM2RST   (1 << 0)

Definition at line 395 of file f4/rcc.h.

◆ RCC_APB1RSTR_TIM3RST

#define RCC_APB1RSTR_TIM3RST   (1 << 1)

Definition at line 394 of file f4/rcc.h.

◆ RCC_APB1RSTR_TIM4RST

#define RCC_APB1RSTR_TIM4RST   (1 << 2)

Definition at line 393 of file f4/rcc.h.

◆ RCC_APB1RSTR_TIM5RST

#define RCC_APB1RSTR_TIM5RST   (1 << 3)

Definition at line 392 of file f4/rcc.h.

◆ RCC_APB1RSTR_TIM6RST

#define RCC_APB1RSTR_TIM6RST   (1 << 4)

Definition at line 391 of file f4/rcc.h.

◆ RCC_APB1RSTR_TIM7RST

#define RCC_APB1RSTR_TIM7RST   (1 << 5)

Definition at line 390 of file f4/rcc.h.

◆ RCC_APB1RSTR_UART4RST

#define RCC_APB1RSTR_UART4RST   (1 << 19)

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

◆ RCC_APB1RSTR_UART5RST

#define RCC_APB1RSTR_UART5RST   (1 << 20)

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

◆ RCC_APB1RSTR_UART7RST

#define RCC_APB1RSTR_UART7RST   (1 << 30)

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

◆ RCC_APB1RSTR_UART8RST

#define RCC_APB1RSTR_UART8RST   (1 << 31)

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

◆ RCC_APB1RSTR_USART2RST

#define RCC_APB1RSTR_USART2RST   (1 << 17)

Definition at line 383 of file f4/rcc.h.

◆ RCC_APB1RSTR_USART3RST

#define RCC_APB1RSTR_USART3RST   (1 << 18)

Definition at line 382 of file f4/rcc.h.

◆ RCC_APB1RSTR_WWDGRST

#define RCC_APB1RSTR_WWDGRST   (1 << 11)

Definition at line 386 of file f4/rcc.h.