LFSR configuration mode
+ Collaboration diagram for LFSR configuration mode:

Macros

#define LL_RNG_LFSR_MODE_59BIT   (0x00000000UL)
 59 bit LFSR. More...
 
#define LL_RNG_LFSR_MODE_128BIT   (1UL << RNG_CONFIG_LFSR_MODE_Pos)
 128 bit LFSR. More...
 

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 119 of file gr55xx_ll_rng.h.

◆ LL_RNG_LFSR_MODE_59BIT

#define LL_RNG_LFSR_MODE_59BIT   (0x00000000UL)

59 bit LFSR.


Definition at line 118 of file gr55xx_ll_rng.h.