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

Macros

#define RCC_APB1ENR1_LPTIM1EN   (1 << 31)
 
#define RCC_APB1ENR1_OPAMPEN   (1 << 30)
 
#define RCC_APB1ENR1_DAC1EN   (1 << 29)
 
#define RCC_APB1ENR1_PWREN   (1 << 28)
 
#define RCC_APB1ENR1_CAN2EN   (1 << 26)
 
#define RCC_APB1ENR1_CAN1EN   (1 << 25)
 
#define RCC_APB1ENR1_I2C3EN   (1 << 23)
 
#define RCC_APB1ENR1_I2C2EN   (1 << 22)
 
#define RCC_APB1ENR1_I2C1EN   (1 << 21)
 
#define RCC_APB1ENR1_UART5EN   (1 << 20)
 
#define RCC_APB1ENR1_UART4EN   (1 << 19)
 
#define RCC_APB1ENR1_USART3EN   (1 << 18)
 
#define RCC_APB1ENR1_USART2EN   (1 << 17)
 
#define RCC_APB1ENR1_SPI3EN   (1 << 15)
 
#define RCC_APB1ENR1_SPI2EN   (1 << 14)
 
#define RCC_APB1ENR1_LCDEN   (1 << 9)
 
#define RCC_APB1ENR1_TIM7EN   (1 << 5)
 
#define RCC_APB1ENR1_TIM6EN   (1 << 4)
 
#define RCC_APB1ENR1_TIM5EN   (1 << 3)
 
#define RCC_APB1ENR1_TIM4EN   (1 << 2)
 
#define RCC_APB1ENR1_TIM3EN   (1 << 1)
 
#define RCC_APB1ENR1_TIM2EN   (1 << 0)
 

Detailed Description

Macro Definition Documentation

◆ RCC_APB1ENR1_CAN1EN

#define RCC_APB1ENR1_CAN1EN   (1 << 25)

Definition at line 487 of file l4/rcc.h.

◆ RCC_APB1ENR1_CAN2EN

#define RCC_APB1ENR1_CAN2EN   (1 << 26)

Definition at line 486 of file l4/rcc.h.

◆ RCC_APB1ENR1_DAC1EN

#define RCC_APB1ENR1_DAC1EN   (1 << 29)

Definition at line 484 of file l4/rcc.h.

◆ RCC_APB1ENR1_I2C1EN

#define RCC_APB1ENR1_I2C1EN   (1 << 21)

Definition at line 490 of file l4/rcc.h.

◆ RCC_APB1ENR1_I2C2EN

#define RCC_APB1ENR1_I2C2EN   (1 << 22)

Definition at line 489 of file l4/rcc.h.

◆ RCC_APB1ENR1_I2C3EN

#define RCC_APB1ENR1_I2C3EN   (1 << 23)

Definition at line 488 of file l4/rcc.h.

◆ RCC_APB1ENR1_LCDEN

#define RCC_APB1ENR1_LCDEN   (1 << 9)

Definition at line 497 of file l4/rcc.h.

◆ RCC_APB1ENR1_LPTIM1EN

#define RCC_APB1ENR1_LPTIM1EN   (1 << 31)

Definition at line 482 of file l4/rcc.h.

◆ RCC_APB1ENR1_OPAMPEN

#define RCC_APB1ENR1_OPAMPEN   (1 << 30)

Definition at line 483 of file l4/rcc.h.

◆ RCC_APB1ENR1_PWREN

#define RCC_APB1ENR1_PWREN   (1 << 28)

Definition at line 485 of file l4/rcc.h.

◆ RCC_APB1ENR1_SPI2EN

#define RCC_APB1ENR1_SPI2EN   (1 << 14)

Definition at line 496 of file l4/rcc.h.

◆ RCC_APB1ENR1_SPI3EN

#define RCC_APB1ENR1_SPI3EN   (1 << 15)

Definition at line 495 of file l4/rcc.h.

◆ RCC_APB1ENR1_TIM2EN

#define RCC_APB1ENR1_TIM2EN   (1 << 0)

Definition at line 503 of file l4/rcc.h.

◆ RCC_APB1ENR1_TIM3EN

#define RCC_APB1ENR1_TIM3EN   (1 << 1)

Definition at line 502 of file l4/rcc.h.

◆ RCC_APB1ENR1_TIM4EN

#define RCC_APB1ENR1_TIM4EN   (1 << 2)

Definition at line 501 of file l4/rcc.h.

◆ RCC_APB1ENR1_TIM5EN

#define RCC_APB1ENR1_TIM5EN   (1 << 3)

Definition at line 500 of file l4/rcc.h.

◆ RCC_APB1ENR1_TIM6EN

#define RCC_APB1ENR1_TIM6EN   (1 << 4)

Definition at line 499 of file l4/rcc.h.

◆ RCC_APB1ENR1_TIM7EN

#define RCC_APB1ENR1_TIM7EN   (1 << 5)

Definition at line 498 of file l4/rcc.h.

◆ RCC_APB1ENR1_UART4EN

#define RCC_APB1ENR1_UART4EN   (1 << 19)

Definition at line 492 of file l4/rcc.h.

◆ RCC_APB1ENR1_UART5EN

#define RCC_APB1ENR1_UART5EN   (1 << 20)

Definition at line 491 of file l4/rcc.h.

◆ RCC_APB1ENR1_USART2EN

#define RCC_APB1ENR1_USART2EN   (1 << 17)

Definition at line 494 of file l4/rcc.h.

◆ RCC_APB1ENR1_USART3EN

#define RCC_APB1ENR1_USART3EN   (1 << 18)

Definition at line 493 of file l4/rcc.h.