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 110 of file gr55xx_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 111 of file gr55xx_ll_rng.h.