libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
RCC_APBxLPENR enable values (full set)
Collaboration diagram for RCC_APBxLPENR enable values (full set):

Macros

#define RCC_APB1LPENR_UART8EN   (1 << 31)
 
#define RCC_APB1LPENR_UART7EN   (1 << 30)
 
#define RCC_APB1LPENR_DACLPEN   (1 << 29)
 
#define RCC_APB1LPENR_PWRLPEN   (1 << 28)
 
#define RCC_APB1LPENR_CAN2LPEN   (1 << 26)
 
#define RCC_APB1LPENR_CAN1LPEN   (1 << 25)
 
#define RCC_APB1LPENR_I2C3LPEN   (1 << 23)
 
#define RCC_APB1LPENR_I2C2LPEN   (1 << 22)
 
#define RCC_APB1LPENR_I2C1LPEN   (1 << 21)
 
#define RCC_APB1LPENR_UART5LPEN   (1 << 20)
 
#define RCC_APB1LPENR_UART4LPEN   (1 << 19)
 
#define RCC_APB1LPENR_USART3LPEN   (1 << 18)
 
#define RCC_APB1LPENR_USART2LPEN   (1 << 17)
 
#define RCC_APB1LPENR_SPI3LPEN   (1 << 15)
 
#define RCC_APB1LPENR_SPI2LPEN   (1 << 14)
 
#define RCC_APB1LPENR_WWDGLPEN   (1 << 11)
 
#define RCC_APB1LPENR_TIM14LPEN   (1 << 8)
 
#define RCC_APB1LPENR_TIM13LPEN   (1 << 7)
 
#define RCC_APB1LPENR_TIM12LPEN   (1 << 6)
 
#define RCC_APB1LPENR_TIM7LPEN   (1 << 5)
 
#define RCC_APB1LPENR_TIM6LPEN   (1 << 4)
 
#define RCC_APB1LPENR_TIM5LPEN   (1 << 3)
 
#define RCC_APB1LPENR_TIM4LPEN   (1 << 2)
 
#define RCC_APB1LPENR_TIM3LPEN   (1 << 1)
 
#define RCC_APB1LPENR_TIM2LPEN   (1 << 0)
 
#define RCC_APB2LPENR_DSILPEN   (1 << 27)
 
#define RCC_APB2LPENR_LTDCLPEN   (1 << 26)
 
#define RCC_APB2LPENR_SAI1LPEN   (1 << 22)
 
#define RCC_APB2LPENR_SPI6LPEN   (1 << 21)
 
#define RCC_APB2LPENR_SPI5LPEN   (1 << 20)
 
#define RCC_APB2LPENR_TIM11LPEN   (1 << 18)
 
#define RCC_APB2LPENR_TIM10LPEN   (1 << 17)
 
#define RCC_APB2LPENR_TIM9LPEN   (1 << 16)
 
#define RCC_APB2LPENR_SYSCFGLPEN   (1 << 14)
 
#define RCC_APB2LPENR_SPI1LPEN   (1 << 12)
 
#define RCC_APB2LPENR_SDIOLPEN   (1 << 11)
 
#define RCC_APB2LPENR_ADC3LPEN   (1 << 10)
 
#define RCC_APB2LPENR_ADC2LPEN   (1 << 9)
 
#define RCC_APB2LPENR_ADC1LPEN   (1 << 8)
 
#define RCC_APB2LPENR_USART6LPEN   (1 << 5)
 
#define RCC_APB2LPENR_USART1LPEN   (1 << 4)
 
#define RCC_APB2LPENR_TIM8LPEN   (1 << 1)
 
#define RCC_APB2LPENR_TIM1LPEN   (1 << 0)
 

Detailed Description

Macro Definition Documentation

◆ RCC_APB1LPENR_CAN1LPEN

#define RCC_APB1LPENR_CAN1LPEN   (1 << 25)

Definition at line 604 of file f4/rcc.h.

◆ RCC_APB1LPENR_CAN2LPEN

#define RCC_APB1LPENR_CAN2LPEN   (1 << 26)

Definition at line 603 of file f4/rcc.h.

◆ RCC_APB1LPENR_DACLPEN

#define RCC_APB1LPENR_DACLPEN   (1 << 29)

Definition at line 601 of file f4/rcc.h.

◆ RCC_APB1LPENR_I2C1LPEN

#define RCC_APB1LPENR_I2C1LPEN   (1 << 21)

Definition at line 607 of file f4/rcc.h.

◆ RCC_APB1LPENR_I2C2LPEN

#define RCC_APB1LPENR_I2C2LPEN   (1 << 22)

Definition at line 606 of file f4/rcc.h.

◆ RCC_APB1LPENR_I2C3LPEN

#define RCC_APB1LPENR_I2C3LPEN   (1 << 23)

Definition at line 605 of file f4/rcc.h.

◆ RCC_APB1LPENR_PWRLPEN

#define RCC_APB1LPENR_PWRLPEN   (1 << 28)

Definition at line 602 of file f4/rcc.h.

◆ RCC_APB1LPENR_SPI2LPEN

#define RCC_APB1LPENR_SPI2LPEN   (1 << 14)

Definition at line 613 of file f4/rcc.h.

◆ RCC_APB1LPENR_SPI3LPEN

#define RCC_APB1LPENR_SPI3LPEN   (1 << 15)

Definition at line 612 of file f4/rcc.h.

◆ RCC_APB1LPENR_TIM12LPEN

#define RCC_APB1LPENR_TIM12LPEN   (1 << 6)

Definition at line 617 of file f4/rcc.h.

◆ RCC_APB1LPENR_TIM13LPEN

#define RCC_APB1LPENR_TIM13LPEN   (1 << 7)

Definition at line 616 of file f4/rcc.h.

◆ RCC_APB1LPENR_TIM14LPEN

#define RCC_APB1LPENR_TIM14LPEN   (1 << 8)

Definition at line 615 of file f4/rcc.h.

◆ RCC_APB1LPENR_TIM2LPEN

#define RCC_APB1LPENR_TIM2LPEN   (1 << 0)

Definition at line 623 of file f4/rcc.h.

◆ RCC_APB1LPENR_TIM3LPEN

#define RCC_APB1LPENR_TIM3LPEN   (1 << 1)

Definition at line 622 of file f4/rcc.h.

◆ RCC_APB1LPENR_TIM4LPEN

#define RCC_APB1LPENR_TIM4LPEN   (1 << 2)

Definition at line 621 of file f4/rcc.h.

◆ RCC_APB1LPENR_TIM5LPEN

#define RCC_APB1LPENR_TIM5LPEN   (1 << 3)

Definition at line 620 of file f4/rcc.h.

◆ RCC_APB1LPENR_TIM6LPEN

#define RCC_APB1LPENR_TIM6LPEN   (1 << 4)

Definition at line 619 of file f4/rcc.h.

◆ RCC_APB1LPENR_TIM7LPEN

#define RCC_APB1LPENR_TIM7LPEN   (1 << 5)

Definition at line 618 of file f4/rcc.h.

◆ RCC_APB1LPENR_UART4LPEN

#define RCC_APB1LPENR_UART4LPEN   (1 << 19)

Definition at line 609 of file f4/rcc.h.

◆ RCC_APB1LPENR_UART5LPEN

#define RCC_APB1LPENR_UART5LPEN   (1 << 20)

Definition at line 608 of file f4/rcc.h.

◆ RCC_APB1LPENR_UART7EN

#define RCC_APB1LPENR_UART7EN   (1 << 30)

Definition at line 600 of file f4/rcc.h.

◆ RCC_APB1LPENR_UART8EN

#define RCC_APB1LPENR_UART8EN   (1 << 31)

Definition at line 599 of file f4/rcc.h.

◆ RCC_APB1LPENR_USART2LPEN

#define RCC_APB1LPENR_USART2LPEN   (1 << 17)

Definition at line 611 of file f4/rcc.h.

◆ RCC_APB1LPENR_USART3LPEN

#define RCC_APB1LPENR_USART3LPEN   (1 << 18)

Definition at line 610 of file f4/rcc.h.

◆ RCC_APB1LPENR_WWDGLPEN

#define RCC_APB1LPENR_WWDGLPEN   (1 << 11)

Definition at line 614 of file f4/rcc.h.

◆ RCC_APB2LPENR_ADC1LPEN

#define RCC_APB2LPENR_ADC1LPEN   (1 << 8)

Definition at line 640 of file f4/rcc.h.

◆ RCC_APB2LPENR_ADC2LPEN

#define RCC_APB2LPENR_ADC2LPEN   (1 << 9)

Definition at line 639 of file f4/rcc.h.

◆ RCC_APB2LPENR_ADC3LPEN

#define RCC_APB2LPENR_ADC3LPEN   (1 << 10)

Definition at line 638 of file f4/rcc.h.

◆ RCC_APB2LPENR_DSILPEN

#define RCC_APB2LPENR_DSILPEN   (1 << 27)

Definition at line 627 of file f4/rcc.h.

◆ RCC_APB2LPENR_LTDCLPEN

#define RCC_APB2LPENR_LTDCLPEN   (1 << 26)

Definition at line 628 of file f4/rcc.h.

◆ RCC_APB2LPENR_SAI1LPEN

#define RCC_APB2LPENR_SAI1LPEN   (1 << 22)

Definition at line 629 of file f4/rcc.h.

◆ RCC_APB2LPENR_SDIOLPEN

#define RCC_APB2LPENR_SDIOLPEN   (1 << 11)

Definition at line 637 of file f4/rcc.h.

◆ RCC_APB2LPENR_SPI1LPEN

#define RCC_APB2LPENR_SPI1LPEN   (1 << 12)

Definition at line 636 of file f4/rcc.h.

◆ RCC_APB2LPENR_SPI5LPEN

#define RCC_APB2LPENR_SPI5LPEN   (1 << 20)

Definition at line 631 of file f4/rcc.h.

◆ RCC_APB2LPENR_SPI6LPEN

#define RCC_APB2LPENR_SPI6LPEN   (1 << 21)

Definition at line 630 of file f4/rcc.h.

◆ RCC_APB2LPENR_SYSCFGLPEN

#define RCC_APB2LPENR_SYSCFGLPEN   (1 << 14)

Definition at line 635 of file f4/rcc.h.

◆ RCC_APB2LPENR_TIM10LPEN

#define RCC_APB2LPENR_TIM10LPEN   (1 << 17)

Definition at line 633 of file f4/rcc.h.

◆ RCC_APB2LPENR_TIM11LPEN

#define RCC_APB2LPENR_TIM11LPEN   (1 << 18)

Definition at line 632 of file f4/rcc.h.

◆ RCC_APB2LPENR_TIM1LPEN

#define RCC_APB2LPENR_TIM1LPEN   (1 << 0)

Definition at line 644 of file f4/rcc.h.

◆ RCC_APB2LPENR_TIM8LPEN

#define RCC_APB2LPENR_TIM8LPEN   (1 << 1)

Definition at line 643 of file f4/rcc.h.

◆ RCC_APB2LPENR_TIM9LPEN

#define RCC_APB2LPENR_TIM9LPEN   (1 << 16)

Definition at line 634 of file f4/rcc.h.

◆ RCC_APB2LPENR_USART1LPEN

#define RCC_APB2LPENR_USART1LPEN   (1 << 4)

Definition at line 642 of file f4/rcc.h.

◆ RCC_APB2LPENR_USART6LPEN

#define RCC_APB2LPENR_USART6LPEN   (1 << 5)

Definition at line 641 of file f4/rcc.h.