ADL (AMD Display Library) Public APIs
Version 17.1
|
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... | |
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.
int ADLFanSpeedValue::iFanSpeed |
Fan speed value.
int ADLFanSpeedValue::iFlags |
The only flag for now is: ADL_DL_FANCTRL_FLAG_USER_DEFINED_SPEED.
int ADLFanSpeedValue::iSize |
Must be set to the size of the structure.
int ADLFanSpeedValue::iSpeedType |
Possible valies: ADL_DL_FANCTRL_SPEED_TYPE_PERCENT or ADL_DL_FANCTRL_SPEED_TYPE_RPM.