NVIDIA DRIVE OS Linux SDK API Reference

5.2.6 Release
For Test and Development only
TEEC_UUID Struct Reference

Detailed Description

This type contains a Universally Unique Resource Identifier (UUID) type as defined in RFC4122.

These UUID values are used to identify Trusted Applications.

Definition at line 53 of file tee_client_datatypes.h.

Data Fields

uint32_t timeLow
 Lower 32 Bits of time. More...
 
uint16_t timeMid
 Middle 16 Bits of time. More...
 
uint16_t timeHiAndVersion
 4-bit "version" in the most significant bits followed by the high 12 bits of the time More...
 
uint8_t clockSeqAndNode [8]
 1–3-bit "variant" in the most significant bits, followed by the 13–15-bit clock sequence. More...
 

Field Documentation

◆ clockSeqAndNode

uint8_t TEEC_UUID::clockSeqAndNode[8]

1–3-bit "variant" in the most significant bits, followed by the 13–15-bit clock sequence.

48 bit node ID

Definition at line 65 of file tee_client_datatypes.h.

◆ timeHiAndVersion

uint16_t TEEC_UUID::timeHiAndVersion

4-bit "version" in the most significant bits followed by the high 12 bits of the time

Definition at line 61 of file tee_client_datatypes.h.

◆ timeLow

uint32_t TEEC_UUID::timeLow

Lower 32 Bits of time.

Definition at line 56 of file tee_client_datatypes.h.

◆ timeMid

uint16_t TEEC_UUID::timeMid

Middle 16 Bits of time.

Definition at line 58 of file tee_client_datatypes.h.


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