NVIDIA DRIVE OS Linux SDK API Reference

5.1.15.2 Release
For Test and Development only
NvRmGpuClockGetEntryRec Struct Reference

Detailed Description

Entry for clock get request.

See also
NvRmGpuClockGet()

Definition at line 659 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 665 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 677 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 671 of file nvrm_gpu.h.


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