ll_rng_init_t Struct Reference

LL RNG Init Structure definition. More...

#include <ll_rng.h>

Public Attributes

uint32_t seed
 
uint32_t lfsr_mode
 
uint32_t out_mode
 
uint32_t post_mode
 
uint32_t it
 

Detailed Description

LL RNG Init Structure definition.

Definition at line 76 of file ll_rng.h.

Member Data Documentation

◆ it

uint32_t ll_rng_init_t::it

Specifies interrupt configuration for the RNG. This parameter can be a value of RNG hardware interrupt enable.

Definition at line 90 of file ll_rng.h.

◆ lfsr_mode

uint32_t ll_rng_init_t::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 ll_rng.h.

◆ out_mode

uint32_t ll_rng_init_t::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 ll_rng.h.

◆ post_mode

uint32_t ll_rng_init_t::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 ll_rng.h.

◆ seed

uint32_t ll_rng_init_t::seed

Specifies the seed source for the LFSR. This parameter can be a value of LFSR seed source

Definition at line 78 of file ll_rng.h.


The documentation for this struct was generated from the following file: