ppsm_speedstep_enable()

int ppsm_speedstep_enable( void *handle);

This function enables the SpeedStep functionality, which is disabled by default after you call ppsm_init(). This automatically sets the policy to PPSM_POLICY_ADAPTIVE. The only argument is the handle returned by ppsm_init().

The ppsm_speedstep_enable() function returns -1 on error.