pkc_env_t Struct Reference

PKC device structure definition. More...

#include <app_pkc.h>

+ Collaboration diagram for pkc_env_t:

Public Attributes

app_pkc_evt_handler_t evt_handler
 Pkc event callback. More...
 
pkc_handle_t handle
 Pkc handle Structure. More...
 
app_pkc_type_t ues_type
 Pkc operating mode Enumerations. More...
 
app_pkc_state_t pkc_state
 App pkc state types. More...
 

Detailed Description

PKC device structure definition.

Definition at line 136 of file app_pkc.h.

Member Data Documentation

◆ evt_handler

app_pkc_evt_handler_t pkc_env_t::evt_handler

Pkc event callback.

Definition at line 138 of file app_pkc.h.

◆ handle

pkc_handle_t pkc_env_t::handle

Pkc handle Structure.

Definition at line 139 of file app_pkc.h.

◆ pkc_state

app_pkc_state_t pkc_env_t::pkc_state

App pkc state types.

Definition at line 141 of file app_pkc.h.

◆ ues_type

app_pkc_type_t pkc_env_t::ues_type

Pkc operating mode Enumerations.

Definition at line 140 of file app_pkc.h.


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