bsptemplate/asspandvariant/template_variant/specific/power.cpp
branchRCL_3
changeset 257 3e88ff8f41d5
parent 256 c1f20ce4abcf
equal deleted inserted replaced
256:c1f20ce4abcf 257:3e88ff8f41d5
   131 
   131 
   132 		// We assume that if a wakeup event occurrs when the CPU is in Standby, this will automatically
   132 		// We assume that if a wakeup event occurrs when the CPU is in Standby, this will automatically
   133 		// bring it back from that state. Therefore we stop tracking wakeup events as the Power Manager will
   133 		// bring it back from that state. Therefore we stop tracking wakeup events as the Power Manager will
   134 		// complete any pending notifications anyway. When the driver delivers its notification, we just ignore
   134 		// complete any pending notifications anyway. When the driver delivers its notification, we just ignore
   135 		// it.
   135 		// it.
   136 
       
   137 		if(wakeupRTC)
       
   138 			{
       
   139 			//Handle this if needed
       
   140 			}
       
   141 
       
   142 		iWakeupEventsOn = EFalse;		// tracking of wakeup events is now done in hardware
   136 		iWakeupEventsOn = EFalse;		// tracking of wakeup events is now done in hardware
   143 		}
   137 		}
   144 	else
   138 	else
   145 		{
   139 		{
   146 		Kern::Restart(0x80000000);
   140 		Kern::Restart(0x80000000);