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

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

#include <adl_structures.h>

Data Fields

int iFanSpeed
 Fan speed value. More...
 
int iFlags
 The only flag for now is: ADL_DL_FANCTRL_FLAG_USER_DEFINED_SPEED. More...
 
int iSize
 Must be set to the size of the structure. More...
 
int iSpeedType
 Possible valies: ADL_DL_FANCTRL_SPEED_TYPE_PERCENT or ADL_DL_FANCTRL_SPEED_TYPE_RPM. More...
 

Detailed Description

Structure containing information about fan speed reported by thermal controller.

This structure is used to store information about fan speed reported by thermal controller. This structure is used by the ADL_Overdrive5_FanSpeed_Get() and ADL_Overdrive5_FanSpeed_Set() functions.

Field Documentation

◆ iFanSpeed

int ADLFanSpeedValue::iFanSpeed

Fan speed value.

◆ iFlags

int ADLFanSpeedValue::iFlags

The only flag for now is: ADL_DL_FANCTRL_FLAG_USER_DEFINED_SPEED.

◆ iSize

int ADLFanSpeedValue::iSize

Must be set to the size of the structure.

◆ iSpeedType

int ADLFanSpeedValue::iSpeedType

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

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