EnableIdle
EnableIdle Enable the Idle state
#include <Power.h> Power Manager
void EnableIdle( void );
returns nothing
The EnableIdle procedure cancels the effect of a call to the DisableIdle
procedure. A call to the EnableIdle procedure enables the idle state only if the
user has not used the Portable control panel to disable the idle state and if
every call to the DisableIdle procedure has been balanced by a call to the
EnableIdle procedure.