Macros | |
#define | LL_RNG_OUTPUT_FR0_S0 (4UL << RNG_CONFIG_OUT_MODE_Pos) |
#define | LL_RNG_OUTPUT_CYCLIC_PARITY (6UL << RNG_CONFIG_OUT_MODE_Pos) |
#define | LL_RNG_OUTPUT_CYCLIC (7UL << RNG_CONFIG_OUT_MODE_Pos) |
#define | LL_RNG_OUTPUT_LFSR_RNG (8UL << RNG_CONFIG_OUT_MODE_Pos) |
#define | LL_RNG_OUTPUT_LFSR (9UL << RNG_CONFIG_OUT_MODE_Pos) |
#define LL_RNG_OUTPUT_CYCLIC (7UL << RNG_CONFIG_OUT_MODE_Pos) |
LFSR and RNG cyclic sampling.
Definition at line 143 of file gr55xx_ll_rng.h.
#define LL_RNG_OUTPUT_CYCLIC_PARITY (6UL << RNG_CONFIG_OUT_MODE_Pos) |
LFSR and RNG cyclic sampling and parity generation.
Definition at line 142 of file gr55xx_ll_rng.h.
#define LL_RNG_OUTPUT_FR0_S0 (4UL << RNG_CONFIG_OUT_MODE_Pos) |
Digital RNG direct output, ring oscillator s0.
Definition at line 141 of file gr55xx_ll_rng.h.
#define LL_RNG_OUTPUT_LFSR (9UL << RNG_CONFIG_OUT_MODE_Pos) |
LFSR direct output.
Definition at line 145 of file gr55xx_ll_rng.h.
#define LL_RNG_OUTPUT_LFSR_RNG (8UL << RNG_CONFIG_OUT_MODE_Pos) |
LFSR ⊕ RNG.
Definition at line 144 of file gr55xx_ll_rng.h.