rng_env_t Struct Reference

RNG device structure definition. More...

#include <app_rng.h>

Public Attributes

app_rng_evt_handler_t evt_handler
 
rng_handle_t handle
 
app_rng_type_t use_type
 
app_rng_state_t rng_state
 

Detailed Description

RNG device structure definition.

Definition at line 119 of file app_rng.h.

Member Data Documentation

◆ evt_handler

app_rng_evt_handler_t rng_env_t::evt_handler

RNG event callback.

Definition at line 121 of file app_rng.h.

◆ handle

rng_handle_t rng_env_t::handle

RNG handle Structure.

Definition at line 122 of file app_rng.h.

◆ rng_state

app_rng_state_t rng_env_t::rng_state

App rng state types.

Definition at line 124 of file app_rng.h.

◆ use_type

app_rng_type_t rng_env_t::use_type

RNG operating mode.

Definition at line 123 of file app_rng.h.


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