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

Structure containing information about Overdrive 6 fan speed information. More...

#include <adl_structures.h>

Data Fields

int iExtMask
 Mask for future extension. More...
 
int iExtValue
 Value for future extension. More...
 
int iFanSpeedPercent
 Contains current fan speed in percent (if valid flag exists in iSpeedType) More...
 
int iFanSpeedRPM
 Contains current fan speed in RPM (if valid flag exists in iSpeedType) More...
 
int iSpeedType
 Contains a bitmap of the valid fan speed type flags. Possible values: ADL_OD6_FANSPEED_TYPE_PERCENT, ADL_OD6_FANSPEED_TYPE_RPM, ADL_OD6_FANSPEED_USER_DEFINED. More...
 

Detailed Description

Structure containing information about Overdrive 6 fan speed information.

This structure is used to store information about Overdrive 6 fan speed information

Field Documentation

◆ iExtMask

int ADLOD6FanSpeedInfo::iExtMask

Mask for future extension.

◆ iExtValue

int ADLOD6FanSpeedInfo::iExtValue

Value for future extension.

◆ iFanSpeedPercent

int ADLOD6FanSpeedInfo::iFanSpeedPercent

Contains current fan speed in percent (if valid flag exists in iSpeedType)

◆ iFanSpeedRPM

int ADLOD6FanSpeedInfo::iFanSpeedRPM

Contains current fan speed in RPM (if valid flag exists in iSpeedType)

◆ iSpeedType

int ADLOD6FanSpeedInfo::iSpeedType

Contains a bitmap of the valid fan speed type flags. Possible values: ADL_OD6_FANSPEED_TYPE_PERCENT, ADL_OD6_FANSPEED_TYPE_RPM, ADL_OD6_FANSPEED_USER_DEFINED.


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

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