Modules

 Typedefs
 

Classes

struct  app_pkc_evt_t
 PKC event structure definition. More...
 
struct  pkc_env_t
 PKC device structure definition. More...
 
struct  app_pkc_params_t
 PKC parameters structure definition. More...
 

Typedefs

typedef void(* app_pkc_evt_handler_t) (app_pkc_evt_t *p_evt)
 PKC event callback definition. More...
 

Enumerations

enum  app_pkc_state_t {
  APP_PKC_INVALID = 0,
  APP_PKC_ACTIVITY
}
 App pkc state types. More...
 

Detailed Description

Typedef Documentation

◆ app_pkc_evt_handler_t

typedef void(* app_pkc_evt_handler_t) (app_pkc_evt_t *p_evt)

PKC event callback definition.

Definition at line 121 of file app_pkc.h.

Enumeration Type Documentation

◆ app_pkc_state_t

App pkc state types.

Enumerator
APP_PKC_INVALID 
APP_PKC_ACTIVITY 

Definition at line 124 of file app_pkc.h.