LL RNG Init Structure definition. More...
#include <gr55xx_ll_rng.h>
Public Attributes | |
uint32_t | seed |
Specifies the seed source for the LFSR. More... | |
uint32_t | lfsr_mode |
Specifies the configuration mode for the LFSR. More... | |
uint32_t | out_mode |
Specifies the Output mode for the RNG. More... | |
uint32_t | post_mode |
Specifies post-process configuration for the RNG. More... | |
uint32_t | interrupt |
Specifies interrupt configuration for the RNG. More... | |
LL RNG Init Structure definition.
Definition at line 76 of file gr55xx_ll_rng.h.
uint32_t _ll_rng_init::interrupt |
Specifies interrupt configuration for the RNG.
This parameter can be a value of RNG hardware interrupt enable.
Definition at line 90 of file gr55xx_ll_rng.h.
uint32_t _ll_rng_init::lfsr_mode |
Specifies the configuration mode for the LFSR.
This parameter can be a value of LFSR configuration mode
Definition at line 81 of file gr55xx_ll_rng.h.
uint32_t _ll_rng_init::out_mode |
Specifies the Output mode for the RNG.
This parameter can be a value of RNG Output mode
Definition at line 84 of file gr55xx_ll_rng.h.
uint32_t _ll_rng_init::post_mode |
Specifies post-process configuration for the RNG.
This parameter can be a value of Post-process mode
Definition at line 87 of file gr55xx_ll_rng.h.
uint32_t _ll_rng_init::seed |
Specifies the seed source for the LFSR.
This parameter can be a value of LFSR seed source
Definition at line 78 of file gr55xx_ll_rng.h.