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

Macros

#define RCC_D2CCIP2R_RNGSEL_HSI48   0
 
#define RCC_D2CCIP2R_RNGSEL_PLL1Q   1
 
#define RCC_D2CCIP2R_RNGSEL_LSE   2
 
#define RCC_D2CCIP2R_RNGSEL_LSI   3
 
#define RCC_D2CCIP2R_USART16SEL_PCLK2   0
 
#define RCC_D2CCIP2R_USART234578SEL_PCLK1   0
 
#define RCC_D2CCIP2R_USARTSEL_PCLK   0
 
#define RCC_D2CCIP2R_USARTSEL_PLL2Q   1
 
#define RCC_D2CCIP2R_USARTSEL_PLL3Q   2
 
#define RCC_D2CCIP2R_USARTSEL_HSI   3
 
#define RCC_D2CCIP2R_USARTSEL_CSI   4
 
#define RCC_D2CCIP2R_USARTSEL_LSE   5
 

Detailed Description

Macro Definition Documentation

◆ RCC_D2CCIP2R_RNGSEL_HSI48

#define RCC_D2CCIP2R_RNGSEL_HSI48   0

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

◆ RCC_D2CCIP2R_RNGSEL_LSE

#define RCC_D2CCIP2R_RNGSEL_LSE   2

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

◆ RCC_D2CCIP2R_RNGSEL_LSI

#define RCC_D2CCIP2R_RNGSEL_LSI   3

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

◆ RCC_D2CCIP2R_RNGSEL_PLL1Q

#define RCC_D2CCIP2R_RNGSEL_PLL1Q   1

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

◆ RCC_D2CCIP2R_USART16SEL_PCLK2

#define RCC_D2CCIP2R_USART16SEL_PCLK2   0

Definition at line 410 of file h7/rcc.h.

◆ RCC_D2CCIP2R_USART234578SEL_PCLK1

#define RCC_D2CCIP2R_USART234578SEL_PCLK1   0

Definition at line 411 of file h7/rcc.h.

◆ RCC_D2CCIP2R_USARTSEL_CSI

#define RCC_D2CCIP2R_USARTSEL_CSI   4

Definition at line 416 of file h7/rcc.h.

◆ RCC_D2CCIP2R_USARTSEL_HSI

#define RCC_D2CCIP2R_USARTSEL_HSI   3

Definition at line 415 of file h7/rcc.h.

◆ RCC_D2CCIP2R_USARTSEL_LSE

#define RCC_D2CCIP2R_USARTSEL_LSE   5

Definition at line 417 of file h7/rcc.h.

◆ RCC_D2CCIP2R_USARTSEL_PCLK

#define RCC_D2CCIP2R_USARTSEL_PCLK   0

Definition at line 412 of file h7/rcc.h.

◆ RCC_D2CCIP2R_USARTSEL_PLL2Q

#define RCC_D2CCIP2R_USARTSEL_PLL2Q   1

Definition at line 413 of file h7/rcc.h.

◆ RCC_D2CCIP2R_USARTSEL_PLL3Q

#define RCC_D2CCIP2R_USARTSEL_PLL3Q   2

Definition at line 414 of file h7/rcc.h.