+ Collaboration diagram for Post-process mode:

Macros

#define LL_RNG_POST_PRO_NOT   (0x00000000UL)
 No post process. More...
 
#define LL_RNG_POST_PRO_SKIPPING   (1UL << RNG_CONFIG_POST_MODE_Pos)
 bit skipping. More...
 
#define LL_RNG_POST_PRO_COUNTING   (2UL << RNG_CONFIG_POST_MODE_Pos)
 bit counting. More...
 
#define LL_RNG_POST_PRO_NEUMANN   (3UL << RNG_CONFIG_POST_MODE_Pos)
 Von-Neumann. More...
 

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

◆ LL_RNG_POST_PRO_NOT

#define LL_RNG_POST_PRO_NOT   (0x00000000UL)

No post process.

Definition at line 125 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 126 of file gr55xx_ll_rng.h.