Ready for review
SetOperatingPoint
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