Macros

#define LL_RNG_OUTPUT_FR0_S0   (4UL << RNG_CONFIG_OUT_MODE_POS)
 
#define LL_RNG_OUTPUT_CYCLIC_PARITY   (6UL << RNG_CONFIG_OUT_MODE_POS)
 
#define LL_RNG_OUTPUT_CYCLIC   (7UL << RNG_CONFIG_OUT_MODE_POS)
 
#define LL_RNG_OUTPUT_LFSR_RNG   (8UL << RNG_CONFIG_OUT_MODE_POS)
 
#define LL_RNG_OUTPUT_LFSR   (9UL << RNG_CONFIG_OUT_MODE_POS)
 

Detailed Description

Macro Definition Documentation

◆ LL_RNG_OUTPUT_CYCLIC

#define LL_RNG_OUTPUT_CYCLIC   (7UL << RNG_CONFIG_OUT_MODE_POS)

LFSR and RNG cyclic sampling.

Definition at line 140 of file ll_rng.h.

◆ LL_RNG_OUTPUT_CYCLIC_PARITY

#define LL_RNG_OUTPUT_CYCLIC_PARITY   (6UL << RNG_CONFIG_OUT_MODE_POS)

LFSR and RNG cyclic sampling and parity generation.

Definition at line 139 of file ll_rng.h.

◆ LL_RNG_OUTPUT_FR0_S0

#define LL_RNG_OUTPUT_FR0_S0   (4UL << RNG_CONFIG_OUT_MODE_POS)

Digital RNG direct output, ring oscillator s0.

Definition at line 138 of file ll_rng.h.

◆ LL_RNG_OUTPUT_LFSR

#define LL_RNG_OUTPUT_LFSR   (9UL << RNG_CONFIG_OUT_MODE_POS)

LFSR direct output.

Definition at line 142 of file ll_rng.h.

◆ LL_RNG_OUTPUT_LFSR_RNG

#define LL_RNG_OUTPUT_LFSR_RNG   (8UL << RNG_CONFIG_OUT_MODE_POS)

LFSR XOR RNG.

Definition at line 141 of file ll_rng.h.