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

Macros

#define RCC_CCIPR_ADCSEL_SYSCLK   0
 
#define RCC_CCIPR_ADCSEL_PLLPCLK   1
 
#define RCC_CCIPR_ADCSEL_HSI16   2
 

Detailed Description

Macro Definition Documentation

◆ RCC_CCIPR_ADCSEL_HSI16

#define RCC_CCIPR_ADCSEL_HSI16   2

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

◆ RCC_CCIPR_ADCSEL_PLLPCLK

#define RCC_CCIPR_ADCSEL_PLLPCLK   1

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

◆ RCC_CCIPR_ADCSEL_SYSCLK

#define RCC_CCIPR_ADCSEL_SYSCLK   0

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