Symbian3/PDK/Source/GUID-113B3755-1797-5D1B-8E07-8A18F5FE1504.dita
changeset 1 25a17d01db0c
child 3 46218c8b8afa
equal deleted inserted replaced
0:89d6a7a84779 1:25a17d01db0c
       
     1 <?xml version="1.0" encoding="utf-8"?>
       
     2 <!-- Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies) All rights reserved. -->
       
     3 <!-- This component and the accompanying materials are made available under the terms of the License 
       
     4 "Eclipse Public License v1.0" which accompanies this distribution, 
       
     5 and is available at the URL "http://www.eclipse.org/legal/epl-v10.html". -->
       
     6 <!-- Initial Contributors:
       
     7     Nokia Corporation - initial contribution.
       
     8 Contributors: 
       
     9 -->
       
    10 <!DOCTYPE concept
       
    11   PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
       
    12 <concept id="GUID-113B3755-1797-5D1B-8E07-8A18F5FE1504" xml:lang="en"><title>Power
       
    13 States</title><shortdesc>Describes three power states that are defined by the Kernel.</shortdesc><prolog><metadata><keywords/></metadata></prolog><conbody>
       
    14 <ul>
       
    15 <li id="GUID-61A3C566-05AA-5F6D-A9DE-B409C873B119"><p> <i>Off</i> - a state
       
    16 where the device and all peripherals are powered off or inactive, or are characterised
       
    17 by negligible power consumption due to current leakage to the electric and
       
    18 electronic circuits that make up the system. This state is achieved as a result
       
    19 of controlled system shutdown resulting from a user action, an application
       
    20 request, UI inactivity, or as a result of accidental loss of power. This may
       
    21 also be achieved as a result of putting the system into a hibernation state.
       
    22 Note that a reboot is necessary to return the system to the <i>Active</i> state;
       
    23 this could be a cold reboot, or a warm reboot if the system was put into a
       
    24 hibernation state. </p> </li>
       
    25 <li id="GUID-275417B2-B8C8-5C93-B576-15543D80CAC9"><p> <i>Standby</i> - a
       
    26 low power consuming state that results from turning off most system resources
       
    27 (clocks, voltages), peripherals, memory banks (where possible), cpu and internal
       
    28 logic, while still retaining the state prior to the transition. Typically,
       
    29 the only systems that are active are those that are required to detect the
       
    30 events that force the transition back to the Active state (e.g. RTC, clocks
       
    31 and Peripherals involved in detecting hardware events). Returning to the Active
       
    32 state will normally take a far shorter period of time than that required to
       
    33 reboot the system. This state is achieved as a result of user action or application
       
    34 request. </p> </li>
       
    35 <li id="GUID-A31A5A3C-C7C2-5D15-88B2-828F7E5F60D8"><p> <i>Active</i> - the
       
    36 fully active state. </p> </li>
       
    37 </ul>
       
    38 <p>The three power states are defined by the enum values of the <xref href="GUID-87AB8B20-04EE-31D2-8F3D-EA904D05B8D0.dita"><apiname>TPowerState</apiname></xref> enum
       
    39 defined in <filepath>e32power.h</filepath>. </p>
       
    40 </conbody><related-links>
       
    41 <link href="GUID-E09E4418-4DC3-56A3-BFBE-486C9C8D25C9.dita"><linktext>Domain Manager</linktext>
       
    42 </link>
       
    43 <link href="GUID-0C435514-EEC6-5660-BB5F-535790349632.dita"><linktext>Power Management</linktext>
       
    44 </link>
       
    45 </related-links></concept>