Macros

#define RNG_OUTPUT_FR0_S0   LL_RNG_OUTPUT_FR0_S0
 
#define RNG_OUTPUT_CYCLIC_PARITY   LL_RNG_OUTPUT_CYCLIC_PARITY
 
#define RNG_OUTPUT_CYCLIC   LL_RNG_OUTPUT_CYCLIC
 
#define RNG_OUTPUT_LFSR_RNG   LL_RNG_OUTPUT_LFSR_RNG
 
#define RNG_OUTPUT_LFSR   LL_RNG_OUTPUT_LFSR
 

Detailed Description

Macro Definition Documentation

◆ RNG_OUTPUT_CYCLIC

#define RNG_OUTPUT_CYCLIC   LL_RNG_OUTPUT_CYCLIC

LFSR and RNG cyclic sampling.

Definition at line 204 of file hal_rng.h.

◆ RNG_OUTPUT_CYCLIC_PARITY

#define RNG_OUTPUT_CYCLIC_PARITY   LL_RNG_OUTPUT_CYCLIC_PARITY

LFSR and RNG cyclic sampling and parity generation.

Definition at line 203 of file hal_rng.h.

◆ RNG_OUTPUT_FR0_S0

#define RNG_OUTPUT_FR0_S0   LL_RNG_OUTPUT_FR0_S0

Digital RNG direct output, ring oscillator S0.

Definition at line 202 of file hal_rng.h.

◆ RNG_OUTPUT_LFSR

#define RNG_OUTPUT_LFSR   LL_RNG_OUTPUT_LFSR

LFSR direct output.

Definition at line 206 of file hal_rng.h.

◆ RNG_OUTPUT_LFSR_RNG

#define RNG_OUTPUT_LFSR_RNG   LL_RNG_OUTPUT_LFSR_RNG

LFSR ⊕ RNG.

Definition at line 205 of file hal_rng.h.