OPTIGA util instance structure. More...
#include <optiga_util.h>

Public Attributes | |
| optiga_util_params_t | params |
| Details/references (pointers) to the Application Inputs. More... | |
| optiga_cmd_t * | my_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... | |
| uint8_t | protection_level |
| To provide the encryption and decryption need for command and response. More... | |
| uint8_t | protocol_version |
| To provide the presentation layer protocol version to be used. More... | |
OPTIGA util instance structure.
| void* optiga_util::caller_context |
Callback context.
| callback_handler_t optiga_util::handler |
Callback handler.
| uint16_t optiga_util::instance_state |
To provide the busy/free status of the util instance.
| optiga_cmd_t* optiga_util::my_cmd |
pointer to optiga command instance
| optiga_util_params_t optiga_util::params |
Details/references (pointers) to the Application Inputs.
| uint8_t optiga_util::protection_level |
To provide the encryption and decryption need for command and response.
| uint8_t optiga_util::protocol_version |
To provide the presentation layer protocol version to be used.