Enumerations
+ Collaboration diagram for Enumerations:

Enumerations

enum  app_rng_type_t { APP_RNG_TYPE_INTERRUPT, APP_RNG_TYPE_POLLING, APP_RNG_TYPE_MAX }
 RNG operating mode Enumerations definition. More...
 
enum  app_rng_evt_type_t { APP_RNG_EVT_DONE, APP_RNG_EVT_ERROR }
 RNG event Enumerations definition. More...
 

Detailed Description

Enumeration Type Documentation

◆ app_rng_evt_type_t

RNG event Enumerations definition.

Enumerator
APP_RNG_EVT_DONE 

Generated random by UART peripheral.

APP_RNG_EVT_ERROR 

Error reported by UART peripheral.


Definition at line 82 of file app_rng.h.

◆ app_rng_type_t

RNG operating mode Enumerations definition.

Enumerator
APP_RNG_TYPE_INTERRUPT 

Interrupt operation mode.

APP_RNG_TYPE_POLLING 

Polling operation mode

APP_RNG_TYPE_MAX 

Only for check parameter, not used as input parameters.

Definition at line 72 of file app_rng.h.