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

Macros

#define RCC_APB1RSTR1_LPTIM1RST   (1 << 31)
 
#define RCC_APB1RSTR1_I2C3RST   (1 << 30)
 
#define RCC_APB1RSTR1_PWRRST   (1 << 28)
 
#define RCC_APB1RSTR1_FDCANRST   (1 << 25)
 
#define RCC_APB1RSTR1_USBRST   (1 << 23)
 
#define RCC_APB1RSTR1_I2C2RST   (1 << 22)
 
#define RCC_APB1RSTR1_I2C1RST   (1 << 21)
 
#define RCC_APB1RSTR1_UART5RST   (1 << 20)
 
#define RCC_APB1RSTR1_UART4RST   (1 << 19)
 
#define RCC_APB1RSTR1_USART3RST   (1 << 18)
 
#define RCC_APB1RSTR1_USART2RST   (1 << 17)
 
#define RCC_APB1RSTR1_SPI3RST   (1 << 15)
 
#define RCC_APB1RSTR1_SPI2RST   (1 << 14)
 
#define RCC_APB1RSTR1_CRSRST   (1 << 8)
 
#define RCC_APB1RSTR1_TIM7RST   (1 << 5)
 
#define RCC_APB1RSTR1_TIM6RST   (1 << 4)
 
#define RCC_APB1RSTR1_TIM5RST   (1 << 3)
 
#define RCC_APB1RSTR1_TIM4RST   (1 << 2)
 
#define RCC_APB1RSTR1_TIM3RST   (1 << 1)
 
#define RCC_APB1RSTR1_TIM2RST   (1 << 0)
 

Detailed Description

Macro Definition Documentation

◆ RCC_APB1RSTR1_CRSRST

#define RCC_APB1RSTR1_CRSRST   (1 << 8)

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

◆ RCC_APB1RSTR1_FDCANRST

#define RCC_APB1RSTR1_FDCANRST   (1 << 25)

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

◆ RCC_APB1RSTR1_I2C1RST

#define RCC_APB1RSTR1_I2C1RST   (1 << 21)

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

◆ RCC_APB1RSTR1_I2C2RST

#define RCC_APB1RSTR1_I2C2RST   (1 << 22)

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

◆ RCC_APB1RSTR1_I2C3RST

#define RCC_APB1RSTR1_I2C3RST   (1 << 30)

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

◆ RCC_APB1RSTR1_LPTIM1RST

#define RCC_APB1RSTR1_LPTIM1RST   (1 << 31)

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

◆ RCC_APB1RSTR1_PWRRST

#define RCC_APB1RSTR1_PWRRST   (1 << 28)

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

◆ RCC_APB1RSTR1_SPI2RST

#define RCC_APB1RSTR1_SPI2RST   (1 << 14)

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

◆ RCC_APB1RSTR1_SPI3RST

#define RCC_APB1RSTR1_SPI3RST   (1 << 15)

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

◆ RCC_APB1RSTR1_TIM2RST

#define RCC_APB1RSTR1_TIM2RST   (1 << 0)

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

◆ RCC_APB1RSTR1_TIM3RST

#define RCC_APB1RSTR1_TIM3RST   (1 << 1)

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

◆ RCC_APB1RSTR1_TIM4RST

#define RCC_APB1RSTR1_TIM4RST   (1 << 2)

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

◆ RCC_APB1RSTR1_TIM5RST

#define RCC_APB1RSTR1_TIM5RST   (1 << 3)

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

◆ RCC_APB1RSTR1_TIM6RST

#define RCC_APB1RSTR1_TIM6RST   (1 << 4)

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

◆ RCC_APB1RSTR1_TIM7RST

#define RCC_APB1RSTR1_TIM7RST   (1 << 5)

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

◆ RCC_APB1RSTR1_UART4RST

#define RCC_APB1RSTR1_UART4RST   (1 << 19)

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

◆ RCC_APB1RSTR1_UART5RST

#define RCC_APB1RSTR1_UART5RST   (1 << 20)

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

◆ RCC_APB1RSTR1_USART2RST

#define RCC_APB1RSTR1_USART2RST   (1 << 17)

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

◆ RCC_APB1RSTR1_USART3RST

#define RCC_APB1RSTR1_USART3RST   (1 << 18)

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

◆ RCC_APB1RSTR1_USBRST

#define RCC_APB1RSTR1_USBRST   (1 << 23)

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