ADL (AMD Display Library) Public APIs
Version 17.1
|
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... | |
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.
int ADLFanSpeedInfo::iFlags |
int ADLFanSpeedInfo::iMaxPercent |
Maximum possible fan speed value in percents.
int ADLFanSpeedInfo::iMaxRPM |
Maximum possible fan speed value in RPM.
int ADLFanSpeedInfo::iMinPercent |
Minimum possible fan speed value in percents.
int ADLFanSpeedInfo::iMinRPM |
Minimum possible fan speed value in RPM.
int ADLFanSpeedInfo::iSize |
Must be set to the size of the structure.