Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

The function SetOperatingPoint sets the current operating-point of the processor. This will adjust the processor-frequency and supply-voltage.

DWORD SetOperatingPoint(
   DWORD corefreq
);

Parameters

corefreq
Processor-frequency in Hz.

Return Values

The current processor-frequency.

Remarks

A value of zero switches the device off. Currently only Trizeps VII supports this function.

Requirements

OS Versions: Windows Embedded Compact 7 and later.
Header: drvlib_app.h.
Link Library: drvlib_app.lib.

See Also

Get_Frequency,Set_Frequency

  • No labels