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

Structure containing information about thermal controller fan speed. More...

#include <adl_structures.h>

Data Fields

int iFlags
 Fan speed cotrol More...
 
int iMaxPercent
 Maximum possible fan speed value in percents. More...
 
int iMaxRPM
 Maximum possible fan speed value in RPM. More...
 
int iMinPercent
 Minimum possible fan speed value in percents. More...
 
int iMinRPM
 Minimum possible fan speed value in RPM. More...
 
int iSize
 Must be set to the size of the structure. More...
 

Detailed Description

Structure containing information about thermal controller fan speed.

This structure is used to store information about thermal controller fan speed. This structure is used by the ADL_PM_FanSpeedInfo_Get() function.

Field Documentation

◆ iFlags

int ADLFanSpeedInfo::iFlags

◆ iMaxPercent

int ADLFanSpeedInfo::iMaxPercent

Maximum possible fan speed value in percents.

◆ iMaxRPM

int ADLFanSpeedInfo::iMaxRPM

Maximum possible fan speed value in RPM.

◆ iMinPercent

int ADLFanSpeedInfo::iMinPercent

Minimum possible fan speed value in percents.

◆ iMinRPM

int ADLFanSpeedInfo::iMinRPM

Minimum possible fan speed value in RPM.

◆ iSize

int ADLFanSpeedInfo::iSize

Must be set to the size of the structure.


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

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