Macros

#define LL_RNG_POST_PRO_NOT   (0x00000000UL)
 
#define LL_RNG_POST_PRO_SKIPPING   (1UL << RNG_CONFIG_POST_MODE_Pos)
 
#define LL_RNG_POST_PRO_COUNTING   (2UL << RNG_CONFIG_POST_MODE_Pos)
 
#define LL_RNG_POST_PRO_NEUMANN   (3UL << RNG_CONFIG_POST_MODE_Pos)
 

Detailed Description

Macro Definition Documentation

◆ LL_RNG_POST_PRO_COUNTING

#define LL_RNG_POST_PRO_COUNTING   (2UL << RNG_CONFIG_POST_MODE_Pos)

bit counting.

Definition at line 129 of file gr55xx_ll_rng.h.

◆ LL_RNG_POST_PRO_NEUMANN

#define LL_RNG_POST_PRO_NEUMANN   (3UL << RNG_CONFIG_POST_MODE_Pos)

Von-Neumann.

Definition at line 130 of file gr55xx_ll_rng.h.

◆ LL_RNG_POST_PRO_NOT

#define LL_RNG_POST_PRO_NOT   (0x00000000UL)

No post process.

Definition at line 127 of file gr55xx_ll_rng.h.

◆ LL_RNG_POST_PRO_SKIPPING

#define LL_RNG_POST_PRO_SKIPPING   (1UL << RNG_CONFIG_POST_MODE_Pos)

bit skipping.

Definition at line 128 of file gr55xx_ll_rng.h.