Skip to content

SetFrequency

Navigation: ADLX SDK ReferencesADLX InterfacesGPU TuningIADLXManualTuningState

Syntax

ADLX_RESULT    SetFrequency (adlx_int value)

Parameters

#DirectionNameTypeDescription
1.[in]valueadlx_intThe new frequency (in MHz) in the manual tuning state.

Return Value

If the frequency is successfully set, ADLX_OK is returned.

If the frequency is not successfully set, an error code is returned.

Refer to ADLX_RESULT for success codes and error codes.

Requirements

Headerinclude “IGPUTuning.h”
Minimum version1.0

See Also: ADLX Enums