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... | |
| #define LL_RNG_POST_PRO_COUNTING (2UL << RNG_CONFIG_POST_MODE_Pos) |
| #define LL_RNG_POST_PRO_NEUMANN (3UL << RNG_CONFIG_POST_MODE_Pos) |
| #define LL_RNG_POST_PRO_NOT (0x00000000UL) |
No post process.
Definition at line 125 of file gr55xx_ll_rng.h.
| #define LL_RNG_POST_PRO_SKIPPING (1UL << RNG_CONFIG_POST_MODE_Pos) |