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

Macros

#define RCC_APB2ENR_TIM17EN   (1 << 18)
 
#define RCC_APB2ENR_TIM16EN   (1 << 17)
 
#define RCC_APB2ENR_TIM15EN   (1 << 16)
 
#define RCC_APB2ENR_ADC3EN   (1 << 15) /* (XX) */
 
#define RCC_APB2ENR_USART1EN   (1 << 14)
 
#define RCC_APB2ENR_TIM8EN   (1 << 13) /* (XX) */
 
#define RCC_APB2ENR_SPI1EN   (1 << 12)
 
#define RCC_APB2ENR_TIM1EN   (1 << 11)
 
#define RCC_APB2ENR_ADC2EN   (1 << 10)
 
#define RCC_APB2ENR_ADC1EN   (1 << 9)
 
#define RCC_APB2ENR_IOPGEN   (1 << 8) /* (XX) */
 
#define RCC_APB2ENR_IOPFEN   (1 << 7) /* (XX) */
 
#define RCC_APB2ENR_IOPEEN   (1 << 6)
 
#define RCC_APB2ENR_IOPDEN   (1 << 5)
 
#define RCC_APB2ENR_IOPCEN   (1 << 4)
 
#define RCC_APB2ENR_IOPBEN   (1 << 3)
 
#define RCC_APB2ENR_IOPAEN   (1 << 2)
 
#define RCC_APB2ENR_AFIOEN   (1 << 0)
 

Detailed Description

Macro Definition Documentation

◆ RCC_APB2ENR_ADC1EN

#define RCC_APB2ENR_ADC1EN   (1 << 9)

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

◆ RCC_APB2ENR_ADC2EN

#define RCC_APB2ENR_ADC2EN   (1 << 10)

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

◆ RCC_APB2ENR_ADC3EN

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

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

◆ RCC_APB2ENR_AFIOEN

#define RCC_APB2ENR_AFIOEN   (1 << 0)

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

◆ RCC_APB2ENR_IOPAEN

#define RCC_APB2ENR_IOPAEN   (1 << 2)

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

◆ RCC_APB2ENR_IOPBEN

#define RCC_APB2ENR_IOPBEN   (1 << 3)

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

◆ RCC_APB2ENR_IOPCEN

#define RCC_APB2ENR_IOPCEN   (1 << 4)

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

◆ RCC_APB2ENR_IOPDEN

#define RCC_APB2ENR_IOPDEN   (1 << 5)

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

◆ RCC_APB2ENR_IOPEEN

#define RCC_APB2ENR_IOPEEN   (1 << 6)

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

◆ RCC_APB2ENR_IOPFEN

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

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

◆ RCC_APB2ENR_IOPGEN

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

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

◆ RCC_APB2ENR_SPI1EN

#define RCC_APB2ENR_SPI1EN   (1 << 12)

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

◆ RCC_APB2ENR_TIM15EN

#define RCC_APB2ENR_TIM15EN   (1 << 16)

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

◆ RCC_APB2ENR_TIM16EN

#define RCC_APB2ENR_TIM16EN   (1 << 17)

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

◆ RCC_APB2ENR_TIM17EN

#define RCC_APB2ENR_TIM17EN   (1 << 18)

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

◆ RCC_APB2ENR_TIM1EN

#define RCC_APB2ENR_TIM1EN   (1 << 11)

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

◆ RCC_APB2ENR_TIM8EN

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

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

◆ RCC_APB2ENR_USART1EN

#define RCC_APB2ENR_USART1EN   (1 << 14)

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