Lines Matching refs:state
118 .state = Power_ACTIVE, /* current transition state */
249 return (PowerCC26X2_module.state); in Power_getTransitionState()
695 else if (PowerCC26X2_module.state == Power_ACTIVE) { in Power_shutdown()
697 PowerCC26X2_module.state = Power_ENTERING_SHUTDOWN; in Power_shutdown()
704 PowerCC26X2_module.state = Power_ACTIVE; in Power_shutdown()
726 PowerCC26X2_module.state = Power_ACTIVE; in Power_shutdown()
760 if (PowerCC26X2_module.state == Power_ACTIVE) { in Power_sleep()
762 PowerCC26X2_module.state = Power_ENTERING_SLEEP; in Power_sleep()
783 PowerCC26X2_module.state = Power_ACTIVE; in Power_sleep()
881 PowerCC26X2_module.state = Power_EXITING_SLEEP; in Power_sleep()
925 PowerCC26X2_module.state = Power_ACTIVE; in Power_sleep()