Skip to content
This repository has been archived by the owner on Jun 5, 2019. It is now read-only.

CPU Power and Reset APIs

Steve Maillet edited this page Feb 27, 2016 · 1 revision

CPU Power and Reset APIs

BOOL CPU_Initialize();
void CPU_Reset();
void CPU_Sleep(SLEEP_LEVEL level, UINT64 wakeEvents);
void CPU_ChangePowerLevel(POWER_LEVEL level);
void CPU_Halt();
BOOL CPU_IsSoftRebootSupported();

Declared in: power_decl.h