Classes

struct  app_rng_evt_t
 RNG event structure definition. More...
 
struct  rng_env_t
 RNG device structure definition. More...
 
struct  app_rng_params_t
 RNG parameters structure definition. More...
 

Typedefs

typedef void(* app_rng_evt_handler_t) (app_rng_evt_t *p_evt)
 RNG event callback definition. More...
 

Enumerations

enum  app_rng_state_t {
  APP_RNG_INVALID = 0,
  APP_RNG_ACTIVITY
}
 App rng state types. More...
 

Detailed Description

Typedef Documentation

◆ app_rng_evt_handler_t

typedef void(* app_rng_evt_handler_t) (app_rng_evt_t *p_evt)

RNG event callback definition.

Definition at line 104 of file app_rng.h.

Enumeration Type Documentation

◆ app_rng_state_t

App rng state types.

Enumerator
APP_RNG_INVALID 
APP_RNG_ACTIVITY 

Definition at line 107 of file app_rng.h.