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_TIM17RST   (1 << 18)
 
#define RCC_APB2RSTR_TIM16RST   (1 << 17)
 
#define RCC_APB2RSTR_TIM15RST   (1 << 16)
 
#define RCC_APB2RSTR_ADC3RST   (1 << 15) /* (XX) */
 
#define RCC_APB2RSTR_USART1RST   (1 << 14)
 
#define RCC_APB2RSTR_TIM8RST   (1 << 13) /* (XX) */
 
#define RCC_APB2RSTR_SPI1RST   (1 << 12)
 
#define RCC_APB2RSTR_TIM1RST   (1 << 11)
 
#define RCC_APB2RSTR_ADC2RST   (1 << 10)
 
#define RCC_APB2RSTR_ADC1RST   (1 << 9)
 
#define RCC_APB2RSTR_IOPGRST   (1 << 8) /* (XX) */
 
#define RCC_APB2RSTR_IOPFRST   (1 << 7) /* (XX) */
 
#define RCC_APB2RSTR_IOPERST   (1 << 6)
 
#define RCC_APB2RSTR_IOPDRST   (1 << 5)
 
#define RCC_APB2RSTR_IOPCRST   (1 << 4)
 
#define RCC_APB2RSTR_IOPBRST   (1 << 3)
 
#define RCC_APB2RSTR_IOPARST   (1 << 2)
 
#define RCC_APB2RSTR_AFIORST   (1 << 0)
 

Detailed Description

Macro Definition Documentation

◆ RCC_APB2RSTR_ADC1RST

#define RCC_APB2RSTR_ADC1RST   (1 << 9)

Definition at line 324 of file f1/rcc.h.

◆ RCC_APB2RSTR_ADC2RST

#define RCC_APB2RSTR_ADC2RST   (1 << 10)

Definition at line 323 of file f1/rcc.h.

◆ RCC_APB2RSTR_ADC3RST

#define RCC_APB2RSTR_ADC3RST   (1 << 15) /* (XX) */

Definition at line 318 of file f1/rcc.h.

◆ RCC_APB2RSTR_AFIORST

#define RCC_APB2RSTR_AFIORST   (1 << 0)

Definition at line 332 of file f1/rcc.h.

◆ RCC_APB2RSTR_IOPARST

#define RCC_APB2RSTR_IOPARST   (1 << 2)

Definition at line 331 of file f1/rcc.h.

◆ RCC_APB2RSTR_IOPBRST

#define RCC_APB2RSTR_IOPBRST   (1 << 3)

Definition at line 330 of file f1/rcc.h.

◆ RCC_APB2RSTR_IOPCRST

#define RCC_APB2RSTR_IOPCRST   (1 << 4)

Definition at line 329 of file f1/rcc.h.

◆ RCC_APB2RSTR_IOPDRST

#define RCC_APB2RSTR_IOPDRST   (1 << 5)

Definition at line 328 of file f1/rcc.h.

◆ RCC_APB2RSTR_IOPERST

#define RCC_APB2RSTR_IOPERST   (1 << 6)

Definition at line 327 of file f1/rcc.h.

◆ RCC_APB2RSTR_IOPFRST

#define RCC_APB2RSTR_IOPFRST   (1 << 7) /* (XX) */

Definition at line 326 of file f1/rcc.h.

◆ RCC_APB2RSTR_IOPGRST

#define RCC_APB2RSTR_IOPGRST   (1 << 8) /* (XX) */

Definition at line 325 of file f1/rcc.h.

◆ RCC_APB2RSTR_SPI1RST

#define RCC_APB2RSTR_SPI1RST   (1 << 12)

Definition at line 321 of file f1/rcc.h.

◆ RCC_APB2RSTR_TIM15RST

#define RCC_APB2RSTR_TIM15RST   (1 << 16)

Definition at line 317 of file f1/rcc.h.

◆ RCC_APB2RSTR_TIM16RST

#define RCC_APB2RSTR_TIM16RST   (1 << 17)

Definition at line 316 of file f1/rcc.h.

◆ RCC_APB2RSTR_TIM17RST

#define RCC_APB2RSTR_TIM17RST   (1 << 18)

Definition at line 315 of file f1/rcc.h.

◆ RCC_APB2RSTR_TIM1RST

#define RCC_APB2RSTR_TIM1RST   (1 << 11)

Definition at line 322 of file f1/rcc.h.

◆ RCC_APB2RSTR_TIM8RST

#define RCC_APB2RSTR_TIM8RST   (1 << 13) /* (XX) */

Definition at line 320 of file f1/rcc.h.

◆ RCC_APB2RSTR_USART1RST

#define RCC_APB2RSTR_USART1RST   (1 << 14)

Definition at line 319 of file f1/rcc.h.