Lines Matching refs:WH_GetSystemState
177 if (WH_GetSystemState() != WH_SYSSTATE_STOP) in WirelessMain()
180 while (WH_GetSystemState() != WH_SYSSTATE_IDLE) in WirelessMain()
188 while (WH_GetSystemState() != WH_SYSSTATE_STOP) in WirelessMain()
198 switch (WH_GetSystemState()) in WirelessMain()
208 while(WH_GetSystemState()==WH_SYSSTATE_BUSY){} in WirelessMain()
210 while(WH_GetSystemState()==WH_SYSSTATE_BUSY){} in WirelessMain()
301 while(WH_GetSystemState()==WH_SYSSTATE_BUSY){} in ModeSelect()
325 while(WH_GetSystemState()==WH_SYSSTATE_BUSY){} in ModeSelect()
369 while(WH_GetSystemState()==WH_SYSSTATE_BUSY){} in ModeWorking()
371 while(WH_GetSystemState()==WH_SYSSTATE_BUSY){} in ModeWorking()
411 while(WH_GetSystemState()==WH_SYSSTATE_BUSY){} in ModeParent()
413 while(WH_GetSystemState()==WH_SYSSTATE_BUSY){} in ModeParent()
439 while(WH_GetSystemState()==WH_SYSSTATE_BUSY){} in ModeChild()
441 while(WH_GetSystemState()==WH_SYSSTATE_BUSY){} in ModeChild()
458 if (WH_GetSystemState() == WH_SYSSTATE_CONNECTED) in VBlankIntr()