_rng_init Struct Reference

RNG init structure definition. More...

#include <hal_rng.h>

Public Attributes

uint32_t seed_mode
 
uint32_t lfsr_mode
 
uint32_t out_mode
 
uint32_t post_mode
 

Detailed Description

RNG init structure definition.

Definition at line 100 of file hal_rng.h.

Member Data Documentation

◆ lfsr_mode

uint32_t _rng_init::lfsr_mode

Specifies the configuration mode for the LFSR. This parameter can be a value of LFSR configuration mode

Definition at line 105 of file hal_rng.h.

◆ out_mode

uint32_t _rng_init::out_mode

Specifies the Output mode for the RNG. This parameter can be a value of RNG Output mode

Definition at line 108 of file hal_rng.h.

◆ post_mode

uint32_t _rng_init::post_mode

Specifies post-process configuration for the RNG. This parameter can be a value of Post-process mode

Definition at line 111 of file hal_rng.h.

◆ seed_mode

uint32_t _rng_init::seed_mode

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

Definition at line 102 of file hal_rng.h.


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