NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
NvRmGpuClockGetEntryRec Struct Reference

Detailed Description

Entry for clock get request.

See also
NvRmGpuClockGet()

Definition at line 982 of file nvrm_gpu.h.

Data Fields

NvRmGpuClockDomain domain
 (IN) Domain for the clock request More...
 
NvRmGpuClockType type
 (IN) Request type More...
 
uint64_t freqHz
 (OUT) Frequency in Hz More...
 

Field Documentation

◆ domain

NvRmGpuClockDomain NvRmGpuClockGetEntryRec::domain

(IN) Domain for the clock request

Remarks
This is input parameter. NvRmGpuClockGet() will not modify this field.

Definition at line 988 of file nvrm_gpu.h.

◆ freqHz

uint64_t NvRmGpuClockGetEntryRec::freqHz

(OUT) Frequency in Hz

Remarks
This is output parameter. NvRmGpuClockGet() will modify this field on NvSuccess. It may also modify this field on error.

Definition at line 1000 of file nvrm_gpu.h.

◆ type

NvRmGpuClockType NvRmGpuClockGetEntryRec::type

(IN) Request type

Remarks
This is input parameter. NvRmGpuClockGet() will not modify this field.

Definition at line 994 of file nvrm_gpu.h.


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