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

Macros

#define RCC_APBENR1_LPTIM1EN   (1 << 31)
 
#define RCC_APBENR1_LPTIM2EN   (1 << 30)
 
#define RCC_APBENR1_DAC1EN   (1 << 29)
 
#define RCC_APBENR1_PWREN   (1 << 28)
 
#define RCC_APBENR1_DBGEN   (1 << 27)
 
#define RCC_APBENR1_UCPD2EN   (1 << 26)
 
#define RCC_APBENR1_UCPD1EN   (1 << 25)
 
#define RCC_APBENR1_CECEN   (1 << 24)
 
#define RCC_APBENR1_I2C2EN   (1 << 22)
 
#define RCC_APBENR1_I2C1EN   (1 << 21)
 
#define RCC_APBENR1_LPUART1EN   (1 << 20)
 
#define RCC_APBENR1_USART4EN   (1 << 19)
 
#define RCC_APBENR1_USART3EN   (1 << 18)
 
#define RCC_APBENR1_USART2EN   (1 << 17)
 
#define RCC_APBENR1_SPI2EN   (1 << 14)
 
#define RCC_APBENR1_WWDGEN   (1 << 11)
 
#define RCC_APBENR1_RTCAPBEN   (1 << 10)
 
#define RCC_APBENR1_TIM7EN   (1 << 5)
 
#define RCC_APBENR1_TIM6EN   (1 << 4)
 
#define RCC_APBENR1_TIM3EN   (1 << 1)
 
#define RCC_APBENR1_TIM2EN   (1 << 0)
 

Detailed Description

Macro Definition Documentation

◆ RCC_APBENR1_CECEN

#define RCC_APBENR1_CECEN   (1 << 24)

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

◆ RCC_APBENR1_DAC1EN

#define RCC_APBENR1_DAC1EN   (1 << 29)

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

◆ RCC_APBENR1_DBGEN

#define RCC_APBENR1_DBGEN   (1 << 27)

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

◆ RCC_APBENR1_I2C1EN

#define RCC_APBENR1_I2C1EN   (1 << 21)

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

◆ RCC_APBENR1_I2C2EN

#define RCC_APBENR1_I2C2EN   (1 << 22)

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

◆ RCC_APBENR1_LPTIM1EN

#define RCC_APBENR1_LPTIM1EN   (1 << 31)

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

◆ RCC_APBENR1_LPTIM2EN

#define RCC_APBENR1_LPTIM2EN   (1 << 30)

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

◆ RCC_APBENR1_LPUART1EN

#define RCC_APBENR1_LPUART1EN   (1 << 20)

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

◆ RCC_APBENR1_PWREN

#define RCC_APBENR1_PWREN   (1 << 28)

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

◆ RCC_APBENR1_RTCAPBEN

#define RCC_APBENR1_RTCAPBEN   (1 << 10)

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

◆ RCC_APBENR1_SPI2EN

#define RCC_APBENR1_SPI2EN   (1 << 14)

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

◆ RCC_APBENR1_TIM2EN

#define RCC_APBENR1_TIM2EN   (1 << 0)

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

◆ RCC_APBENR1_TIM3EN

#define RCC_APBENR1_TIM3EN   (1 << 1)

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

◆ RCC_APBENR1_TIM6EN

#define RCC_APBENR1_TIM6EN   (1 << 4)

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

◆ RCC_APBENR1_TIM7EN

#define RCC_APBENR1_TIM7EN   (1 << 5)

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

◆ RCC_APBENR1_UCPD1EN

#define RCC_APBENR1_UCPD1EN   (1 << 25)

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

◆ RCC_APBENR1_UCPD2EN

#define RCC_APBENR1_UCPD2EN   (1 << 26)

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

◆ RCC_APBENR1_USART2EN

#define RCC_APBENR1_USART2EN   (1 << 17)

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

◆ RCC_APBENR1_USART3EN

#define RCC_APBENR1_USART3EN   (1 << 18)

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

◆ RCC_APBENR1_USART4EN

#define RCC_APBENR1_USART4EN   (1 << 19)

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

◆ RCC_APBENR1_WWDGEN

#define RCC_APBENR1_WWDGEN   (1 << 11)

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