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 124 of file 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 125 of file ll_rng.h.

◆ LL_RNG_POST_PRO_NOT

#define LL_RNG_POST_PRO_NOT   (0x00000000UL)

No post process.

Definition at line 122 of file 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 123 of file ll_rng.h.