VOID __stdcall PopSetPowerActionState(UINT8 NewState){
if( byte_140C23261 != NewState )
{
byte_140C23261 = NewState;
if( NewState )
PopDeepSleepSetDisengageReason(PopDeepSleepDisengageReasonSystemPowerTransition);
else
PopDeepSleepClearDisengageReason(PopDeepSleepDisengageReasonSystemPowerTransition);
}
}