Classes

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

Typedefs

typedef void(* app_rng_evt_handler_t) (app_rng_evt_t *p_evt)
 RNG event callback definition. 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 115 of file app_rng.h.