LFSR configuration mode

Macros

#define LL_RNG_LFSR_MODE_59BIT   (0x00000000UL)
 
#define LL_RNG_LFSR_MODE_128BIT   (1UL << RNG_CONFIG_LFSR_MODE_POS)
 

Detailed Description

Macro Definition Documentation

◆ LL_RNG_LFSR_MODE_128BIT

#define LL_RNG_LFSR_MODE_128BIT   (1UL << RNG_CONFIG_LFSR_MODE_POS)

128 bit LFSR.

Definition at line 116 of file ll_rng.h.

◆ LL_RNG_LFSR_MODE_59BIT

#define LL_RNG_LFSR_MODE_59BIT   (0x00000000UL)

59 bit LFSR.

Definition at line 115 of file ll_rng.h.