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

Macros

#define RCC_CCIPR_USARTxSEL_PCLK   RCC_CCIPR_LPUARTxSEL_PCLK
 
#define RCC_CCIPR_USARTxSEL_SYSCLK   RCC_CCIPR_LPUARTxSEL_SYSCLK
 
#define RCC_CCIPR_USARTxSEL_HSI16   RCC_CCIPR_LPUARTxSEL_HSI16
 
#define RCC_CCIPR_USARTxSEL_LSE   RCC_CCIPR_LPUARTxSEL_LSE
 

Detailed Description

Macro Definition Documentation

◆ RCC_CCIPR_USARTxSEL_HSI16

#define RCC_CCIPR_USARTxSEL_HSI16   RCC_CCIPR_LPUARTxSEL_HSI16

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

◆ RCC_CCIPR_USARTxSEL_LSE

#define RCC_CCIPR_USARTxSEL_LSE   RCC_CCIPR_LPUARTxSEL_LSE

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

◆ RCC_CCIPR_USARTxSEL_PCLK

#define RCC_CCIPR_USARTxSEL_PCLK   RCC_CCIPR_LPUARTxSEL_PCLK

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

◆ RCC_CCIPR_USARTxSEL_SYSCLK

#define RCC_CCIPR_USARTxSEL_SYSCLK   RCC_CCIPR_LPUARTxSEL_SYSCLK

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