libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
Collaboration diagram for LPUARTxSEL LPUART1 Clock source selection:

Macros

#define RCC_CCIPR_LPUARTxSEL_PCLK   0
 
#define RCC_CCIPR_LPUARTxSEL_SYSCLK   1
 
#define RCC_CCIPR_LPUARTxSEL_HSI16   2
 
#define RCC_CCIPR_LPUARTxSEL_LSE   3
 

Detailed Description

Macro Definition Documentation

◆ RCC_CCIPR_LPUARTxSEL_HSI16

#define RCC_CCIPR_LPUARTxSEL_HSI16   2

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

◆ RCC_CCIPR_LPUARTxSEL_LSE

#define RCC_CCIPR_LPUARTxSEL_LSE   3

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

◆ RCC_CCIPR_LPUARTxSEL_PCLK

#define RCC_CCIPR_LPUARTxSEL_PCLK   0

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

◆ RCC_CCIPR_LPUARTxSEL_SYSCLK

#define RCC_CCIPR_LPUARTxSEL_SYSCLK   1

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