ADL (AMD Display Library) Public APIs  Version 17.1
Data Fields
ADLTemperature Struct Reference

Structure containing information about thermal controller temperature. More...

#include <adl_structures.h>

Data Fields

int iSize
 Must be set to the size of the structure. More...
 
int iTemperature
 Temperature in millidegrees Celsius. More...
 

Detailed Description

Structure containing information about thermal controller temperature.

This structure is used to store information about thermal controller temperature. This structure is used by the ADL_PM_Temperature_Get() function.

Field Documentation

◆ iSize

int ADLTemperature::iSize

Must be set to the size of the structure.

◆ iTemperature

int ADLTemperature::iTemperature

Temperature in millidegrees Celsius.


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

Copyright © 2009-2020 Advanced Micro Devices, Inc. All rights reserved.