+ Collaboration diagram for Post-process mode:

Macros

#define RNG_POST_PRO_NOT   LL_RNG_POST_PRO_NOT
 No post process. More...
 
#define RNG_POST_PRO_SKIPPING   LL_RNG_POST_PRO_SKIPPING
 bit skipping. More...
 
#define RNG_POST_PRO_COUNTING   LL_RNG_POST_PRO_COUNTING
 bit counting. More...
 
#define RNG_POST_PRO_NEUMANN   LL_RNG_POST_PRO_NEUMANN
 Von-Neumann. More...
 

Detailed Description

Macro Definition Documentation

◆ RNG_POST_PRO_COUNTING

#define RNG_POST_PRO_COUNTING   LL_RNG_POST_PRO_COUNTING

bit counting.


Definition at line 196 of file gr55xx_hal_rng.h.

◆ RNG_POST_PRO_NEUMANN

#define RNG_POST_PRO_NEUMANN   LL_RNG_POST_PRO_NEUMANN

Von-Neumann.


Definition at line 197 of file gr55xx_hal_rng.h.

◆ RNG_POST_PRO_NOT

#define RNG_POST_PRO_NOT   LL_RNG_POST_PRO_NOT

No post process.

Definition at line 194 of file gr55xx_hal_rng.h.

◆ RNG_POST_PRO_SKIPPING

#define RNG_POST_PRO_SKIPPING   LL_RNG_POST_PRO_SKIPPING

bit skipping.


Definition at line 195 of file gr55xx_hal_rng.h.