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

Macros

#define RCC_CCIPR_RNGSEL_NONE   0
 
#define RCC_CCIPR_RNGSEL_HSI16   1
 
#define RCC_CCIPR_RNGSEL_SYSCLK   2
 
#define RCC_CCIPR_RNGSEL_PLLQCLK   3
 

Detailed Description

Macro Definition Documentation

◆ RCC_CCIPR_RNGSEL_HSI16

#define RCC_CCIPR_RNGSEL_HSI16   1

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

◆ RCC_CCIPR_RNGSEL_NONE

#define RCC_CCIPR_RNGSEL_NONE   0

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

◆ RCC_CCIPR_RNGSEL_PLLQCLK

#define RCC_CCIPR_RNGSEL_PLLQCLK   3

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

◆ RCC_CCIPR_RNGSEL_SYSCLK

#define RCC_CCIPR_RNGSEL_SYSCLK   2

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