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

Defined Constants and Types for the STM32G0xx RNG Control More...

Collaboration diagram for RNG Defines:

Macros

#define RNG_CR_CED   (1 << 5)
 Clock error detection : CED = 0 : Detection Enabled. More...
 

Detailed Description

Defined Constants and Types for the STM32G0xx RNG Control

Version
1.0.0

LGPL License Terms libopencm3 License

Macro Definition Documentation

◆ RNG_CR_CED

#define RNG_CR_CED   (1 << 5)

Clock error detection : CED = 0 : Detection Enabled.

Definition at line 37 of file g0/rng.h.