Macros

#define RNG_POST_PRO_NOT   LL_RNG_POST_PRO_NOT
 
#define RNG_POST_PRO_SKIPPING   LL_RNG_POST_PRO_SKIPPING
 
#define RNG_POST_PRO_COUNTING   LL_RNG_POST_PRO_COUNTING
 
#define RNG_POST_PRO_NEUMANN   LL_RNG_POST_PRO_NEUMANN
 

Detailed Description

Macro Definition Documentation

◆ RNG_POST_PRO_COUNTING

#define RNG_POST_PRO_COUNTING   LL_RNG_POST_PRO_COUNTING

bit counting.

Definition at line 195 of file hal_rng.h.

◆ RNG_POST_PRO_NEUMANN

#define RNG_POST_PRO_NEUMANN   LL_RNG_POST_PRO_NEUMANN

Von-Neumann.

Definition at line 196 of file hal_rng.h.

◆ RNG_POST_PRO_NOT

#define RNG_POST_PRO_NOT   LL_RNG_POST_PRO_NOT

No post process.

Definition at line 193 of file hal_rng.h.

◆ RNG_POST_PRO_SKIPPING

#define RNG_POST_PRO_SKIPPING   LL_RNG_POST_PRO_SKIPPING

bit skipping.

Definition at line 194 of file hal_rng.h.