NVIDIA DRIVE OS Linux SDK API Reference

6.0.9 Release
NvRmGpuClockGetEntryRec Struct Reference

Detailed Description

Entry for clock get request.

See also
NvRmGpuClockGet()

Definition at line 957 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 963 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 975 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 969 of file nvrm_gpu.h.


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