NVIDIA DRIVE OS Linux SDK API Reference

5.2.6 Release
For Test and Development only
TEEC_Value Struct Reference

Detailed Description

This type defines a parameter that is not referencing shared memory, but carries instead small raw data passed by value.

It is used as a TEEC_Operation parameter when the corresponding parameter type is one of TEEC_VALUE_INPUT, TEEC_VALUE_OUTPUT, or TEEC_VALUE_INOUT.

Definition at line 117 of file tee_client_datatypes.h.

Data Fields

uint32_t a
 32 bit data to be passed to TOS More...
 
uint32_t b
 32 bit data to be passed to TOS More...
 

Field Documentation

◆ a

uint32_t TEEC_Value::a

32 bit data to be passed to TOS

Definition at line 120 of file tee_client_datatypes.h.

◆ b

uint32_t TEEC_Value::b

32 bit data to be passed to TOS

Definition at line 122 of file tee_client_datatypes.h.


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