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

Macros

#define RCC_APB1ENR_UART8EN   (1 << 31)
 
#define RCC_APB1ENR_UART7EN   (1 << 30)
 
#define RCC_APB1ENR_DACEN   (1 << 29)
 
#define RCC_APB1ENR_PWREN   (1 << 28)
 
#define RCC_APB1ENR_CECEN   (1 << 27)
 
#define RCC_APB1ENR_CAN2EN   (1 << 26)
 
#define RCC_APB1ENR_CAN1EN   (1 << 25)
 
#define RCC_APB1ENR_I2C4EN   (1 << 24)
 
#define RCC_APB1ENR_I2C3EN   (1 << 23)
 
#define RCC_APB1ENR_I2C2EN   (1 << 22)
 
#define RCC_APB1ENR_I2C1EN   (1 << 21)
 
#define RCC_APB1ENR_UART5EN   (1 << 20)
 
#define RCC_APB1ENR_UART4EN   (1 << 19)
 
#define RCC_APB1ENR_USART3EN   (1 << 18)
 
#define RCC_APB1ENR_USART2EN   (1 << 17)
 
#define RCC_APB1ENR_SPIDIFRXEN   (1 << 16)
 
#define RCC_APB1ENR_SPI3EN   (1 << 15)
 
#define RCC_APB1ENR_SPI2EN   (1 << 14)
 
#define RCC_APB1ENR_WWDGEN   (1 << 11)
 
#define RCC_APB1ENR_LPTIM1EN   (1 << 9)
 
#define RCC_APB1ENR_TIM14EN   (1 << 8)
 
#define RCC_APB1ENR_TIM13EN   (1 << 7)
 
#define RCC_APB1ENR_TIM12EN   (1 << 6)
 
#define RCC_APB1ENR_TIM7EN   (1 << 5)
 
#define RCC_APB1ENR_TIM6EN   (1 << 4)
 
#define RCC_APB1ENR_TIM5EN   (1 << 3)
 
#define RCC_APB1ENR_TIM4EN   (1 << 2)
 
#define RCC_APB1ENR_TIM3EN   (1 << 1)
 
#define RCC_APB1ENR_TIM2EN   (1 << 0)
 

Detailed Description

Macro Definition Documentation

◆ RCC_APB1ENR_CAN1EN

#define RCC_APB1ENR_CAN1EN   (1 << 25)

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

◆ RCC_APB1ENR_CAN2EN

#define RCC_APB1ENR_CAN2EN   (1 << 26)

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

◆ RCC_APB1ENR_CECEN

#define RCC_APB1ENR_CECEN   (1 << 27)

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

◆ RCC_APB1ENR_DACEN

#define RCC_APB1ENR_DACEN   (1 << 29)

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

◆ RCC_APB1ENR_I2C1EN

#define RCC_APB1ENR_I2C1EN   (1 << 21)

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

◆ RCC_APB1ENR_I2C2EN

#define RCC_APB1ENR_I2C2EN   (1 << 22)

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

◆ RCC_APB1ENR_I2C3EN

#define RCC_APB1ENR_I2C3EN   (1 << 23)

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

◆ RCC_APB1ENR_I2C4EN

#define RCC_APB1ENR_I2C4EN   (1 << 24)

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

◆ RCC_APB1ENR_LPTIM1EN

#define RCC_APB1ENR_LPTIM1EN   (1 << 9)

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

◆ RCC_APB1ENR_PWREN

#define RCC_APB1ENR_PWREN   (1 << 28)

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

◆ RCC_APB1ENR_SPI2EN

#define RCC_APB1ENR_SPI2EN   (1 << 14)

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

◆ RCC_APB1ENR_SPI3EN

#define RCC_APB1ENR_SPI3EN   (1 << 15)

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

◆ RCC_APB1ENR_SPIDIFRXEN

#define RCC_APB1ENR_SPIDIFRXEN   (1 << 16)

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

◆ RCC_APB1ENR_TIM12EN

#define RCC_APB1ENR_TIM12EN   (1 << 6)

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

◆ RCC_APB1ENR_TIM13EN

#define RCC_APB1ENR_TIM13EN   (1 << 7)

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

◆ RCC_APB1ENR_TIM14EN

#define RCC_APB1ENR_TIM14EN   (1 << 8)

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

◆ RCC_APB1ENR_TIM2EN

#define RCC_APB1ENR_TIM2EN   (1 << 0)

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

◆ RCC_APB1ENR_TIM3EN

#define RCC_APB1ENR_TIM3EN   (1 << 1)

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

◆ RCC_APB1ENR_TIM4EN

#define RCC_APB1ENR_TIM4EN   (1 << 2)

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

◆ RCC_APB1ENR_TIM5EN

#define RCC_APB1ENR_TIM5EN   (1 << 3)

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

◆ RCC_APB1ENR_TIM6EN

#define RCC_APB1ENR_TIM6EN   (1 << 4)

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

◆ RCC_APB1ENR_TIM7EN

#define RCC_APB1ENR_TIM7EN   (1 << 5)

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

◆ RCC_APB1ENR_UART4EN

#define RCC_APB1ENR_UART4EN   (1 << 19)

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

◆ RCC_APB1ENR_UART5EN

#define RCC_APB1ENR_UART5EN   (1 << 20)

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

◆ RCC_APB1ENR_UART7EN

#define RCC_APB1ENR_UART7EN   (1 << 30)

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

◆ RCC_APB1ENR_UART8EN

#define RCC_APB1ENR_UART8EN   (1 << 31)

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

◆ RCC_APB1ENR_USART2EN

#define RCC_APB1ENR_USART2EN   (1 << 17)

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

◆ RCC_APB1ENR_USART3EN

#define RCC_APB1ENR_USART3EN   (1 << 18)

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

◆ RCC_APB1ENR_WWDGEN

#define RCC_APB1ENR_WWDGEN   (1 << 11)

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