NVIDIA DRIVE OS Linux SDK API Reference

5.2.6 Release
For Test and Development only
TEEC_Parameter Union Reference

Detailed Description

This type defines a Parameter of a TEEC_Operation.

It can be Temporary Memory Reference, a Registered Memory Reference, or a Value Parameter

Definition at line 131 of file tee_client_datatypes.h.

Collaboration diagram for TEEC_Parameter:

Data Fields

TEEC_TempMemoryReference tmpref
 pointer of buffer to be shared More...
 
TEEC_Value value
 value to be share with Trusted os More...
 

Field Documentation

◆ tmpref

TEEC_TempMemoryReference TEEC_Parameter::tmpref

pointer of buffer to be shared

Definition at line 134 of file tee_client_datatypes.h.

◆ value

TEEC_Value TEEC_Parameter::value

value to be share with Trusted os

Definition at line 136 of file tee_client_datatypes.h.


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