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_DSIRST   (1 << 27)
 
#define RCC_APB2RSTR_LTDCRST   (1 << 26)
 
#define RCC_APB2RSTR_SAI1RST   (1 << 22)
 
#define RCC_APB2RSTR_SPI6RST   (1 << 21)
 
#define RCC_APB2RSTR_SPI5RST   (1 << 20)
 
#define RCC_APB2RSTR_TIM11RST   (1 << 18)
 
#define RCC_APB2RSTR_TIM10RST   (1 << 17)
 
#define RCC_APB2RSTR_TIM9RST   (1 << 16)
 
#define RCC_APB2RSTR_SYSCFGRST   (1 << 14)
 
#define RCC_APB2RSTR_SPI4RST   (1 << 13)
 
#define RCC_APB2RSTR_SPI1RST   (1 << 12)
 
#define RCC_APB2RSTR_SDIORST   (1 << 11)
 
#define RCC_APB2RSTR_ADCRST   (1 << 8)
 
#define RCC_APB2RSTR_USART6RST   (1 << 5)
 
#define RCC_APB2RSTR_USART1RST   (1 << 4)
 
#define RCC_APB2RSTR_TIM8RST   (1 << 1)
 
#define RCC_APB2RSTR_TIM1RST   (1 << 0)
 

Detailed Description

Macro Definition Documentation

◆ RCC_APB2RSTR_ADCRST

#define RCC_APB2RSTR_ADCRST   (1 << 8)

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

◆ RCC_APB2RSTR_DSIRST

#define RCC_APB2RSTR_DSIRST   (1 << 27)

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

◆ RCC_APB2RSTR_LTDCRST

#define RCC_APB2RSTR_LTDCRST   (1 << 26)

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

◆ RCC_APB2RSTR_SAI1RST

#define RCC_APB2RSTR_SAI1RST   (1 << 22)

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

◆ RCC_APB2RSTR_SDIORST

#define RCC_APB2RSTR_SDIORST   (1 << 11)

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

◆ RCC_APB2RSTR_SPI1RST

#define RCC_APB2RSTR_SPI1RST   (1 << 12)

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

◆ RCC_APB2RSTR_SPI4RST

#define RCC_APB2RSTR_SPI4RST   (1 << 13)

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

◆ RCC_APB2RSTR_SPI5RST

#define RCC_APB2RSTR_SPI5RST   (1 << 20)

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

◆ RCC_APB2RSTR_SPI6RST

#define RCC_APB2RSTR_SPI6RST   (1 << 21)

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

◆ RCC_APB2RSTR_SYSCFGRST

#define RCC_APB2RSTR_SYSCFGRST   (1 << 14)

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

◆ RCC_APB2RSTR_TIM10RST

#define RCC_APB2RSTR_TIM10RST   (1 << 17)

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

◆ RCC_APB2RSTR_TIM11RST

#define RCC_APB2RSTR_TIM11RST   (1 << 18)

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

◆ RCC_APB2RSTR_TIM1RST

#define RCC_APB2RSTR_TIM1RST   (1 << 0)

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

◆ RCC_APB2RSTR_TIM8RST

#define RCC_APB2RSTR_TIM8RST   (1 << 1)

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

◆ RCC_APB2RSTR_TIM9RST

#define RCC_APB2RSTR_TIM9RST   (1 << 16)

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

◆ RCC_APB2RSTR_USART1RST

#define RCC_APB2RSTR_USART1RST   (1 << 4)

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

◆ RCC_APB2RSTR_USART6RST

#define RCC_APB2RSTR_USART6RST   (1 << 5)

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