Software APIs
Data Fields
edn_config Struct Reference

EDN configuration settings. More...

Data Fields

uint32_t base_address
 Base address of the EDN block.
 
uint32_t reseed_interval
 Number of generate calls between reseed commands.
 
entropy_csrng_cmd_t instantiate
 Downstream CSRNG instantiate command configuration.
 
entropy_csrng_cmd_t generate
 Downstream CSRNG generate command configuration.
 
entropy_csrng_cmd_t reseed
 Downstream CSRNG reseed command configuration.
 

Detailed Description

EDN configuration settings.

Definition at line 91 of file entropy.c.

Field Documentation

◆ base_address

uint32_t edn_config::base_address

Base address of the EDN block.

Definition at line 95 of file entropy.c.

◆ generate

entropy_csrng_cmd_t edn_config::generate

Downstream CSRNG generate command configuration.

Definition at line 107 of file entropy.c.

◆ instantiate

entropy_csrng_cmd_t edn_config::instantiate

Downstream CSRNG instantiate command configuration.

Definition at line 103 of file entropy.c.

◆ reseed

entropy_csrng_cmd_t edn_config::reseed

Downstream CSRNG reseed command configuration.

Definition at line 111 of file entropy.c.

◆ reseed_interval

uint32_t edn_config::reseed_interval

Number of generate calls between reseed commands.

Definition at line 99 of file entropy.c.