Skip to content

SetZeroRPMState

Navigation: ADLX SDK ReferencesADLX InterfacesGPU TuningIADLXManualFanTuning

Syntax

ADLX_RESULT    SetZeroRPMState (adlx_bool set)

Parameters

#DirectionNameTypeDescription
1.[in]isSetadlx_boolThe new zero RPM state. Set true to enable zero RPM. Set false to disable zero RPM.

Return Value

If the state of zero RPM is successfully set, ADLX_OK is returned.

If the one click auto tuning feature is enabled, ADLX_RESET_NEEDED is returned.

In this case, the overdrive feature must be reset to factory setting using ResetToFactory.

If the state of zero RPM is not successfully set, an error code is returned.

Refer to ADLX_RESULT for success codes and error codes.

Additional Info

Zero RPM enables quiet operation when the GPU is under a light load and speeds up the fans when the GPU load and temperature increases.

Requirements

Headerinclude “IGPUManualFanTuning.h”
Minimum version1.0

See Also: ResetToFactory, ADLX Enums