Macros

#define LL_RNG_SEED_FR0_S0   (4UL << RNG_CONFIG_LFSR_SEED_SEL_POS)
 
#define LL_RNG_SEED_USER   (6UL << RNG_CONFIG_LFSR_SEED_SEL_POS)
 

Detailed Description

Macro Definition Documentation

◆ LL_RNG_SEED_FR0_S0

#define LL_RNG_SEED_FR0_S0   (4UL << RNG_CONFIG_LFSR_SEED_SEL_POS)

LFSR seed is from the switching oscillator s0.

Definition at line 107 of file ll_rng.h.

◆ LL_RNG_SEED_USER

#define LL_RNG_SEED_USER   (6UL << RNG_CONFIG_LFSR_SEED_SEL_POS)

LFSR seed is configured by users.

Definition at line 108 of file ll_rng.h.