Structure containing information about fan speed reported by thermal controller. More...
Data Fields | |
int | iSize |
Must be set to the size of the structure. | |
int | iSpeedType |
Possible valies: ADL_DL_FANCTRL_SPEED_TYPE_PERCENT or ADL_DL_FANCTRL_SPEED_TYPE_RPM. | |
int | iFanSpeed |
Fan speed value. | |
int | iFlags |
The only flag for now is: ADL_DL_FANCTRL_FLAG_USER_DEFINED_SPEED. |
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.
Must be set to the size of the structure.
Possible valies: ADL_DL_FANCTRL_SPEED_TYPE_PERCENT or ADL_DL_FANCTRL_SPEED_TYPE_RPM.
Fan speed value.
The only flag for now is: ADL_DL_FANCTRL_FLAG_USER_DEFINED_SPEED.