bsptemplate/asspandvariant/template_variant/specific/power.cpp
changeset 109 b3a1d9898418
parent 0 a41df078684a
child 257 3e88ff8f41d5
equal deleted inserted replaced
102:ef2a444a7410 109:b3a1d9898418
   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 
   136 		iWakeupEventsOn = EFalse;		// tracking of wakeup events is now done in hardware
   142 		iWakeupEventsOn = EFalse;		// tracking of wakeup events is now done in hardware
   137 		}
   143 		}
   138 	else
   144 	else
   139 		{
   145 		{
   140 		Kern::Restart(0x80000000);
   146 		Kern::Restart(0x80000000);