OPTIGA™ Trust M
Host Library Documentation
optiga_util Struct Reference

OPTIGA util instance structure. More...

#include <optiga_util.h>

Collaboration diagram for optiga_util:

Data Fields

optiga_util_params_t params
 Details/references (pointers) to the Application Inputs. More...
 
optiga_cmd_tmy_cmd
 pointer to optiga command instance More...
 
void * caller_context
 Callback context. More...
 
callback_handler_t handler
 Callback handler. More...
 
uint16_t instance_state
 To provide the busy/free status of the util instance. More...
 

Detailed Description

OPTIGA util instance structure.

Definition at line 69 of file optiga_util.h.

Field Documentation

◆ caller_context

void* optiga_util::caller_context

Callback context.

Definition at line 76 of file optiga_util.h.

◆ handler

callback_handler_t optiga_util::handler

Callback handler.

Definition at line 78 of file optiga_util.h.

◆ instance_state

uint16_t optiga_util::instance_state

To provide the busy/free status of the util instance.

Definition at line 80 of file optiga_util.h.

◆ my_cmd

optiga_cmd_t* optiga_util::my_cmd

pointer to optiga command instance

Definition at line 74 of file optiga_util.h.

◆ params

optiga_util_params_t optiga_util::params

Details/references (pointers) to the Application Inputs.

Definition at line 72 of file optiga_util.h.