X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fchips%2Fxe1205%2Fphy%2FXE1205PhyRxTx.nc;h=19ac314c160d6c40b93ff61e51cabf55a0cda070;hb=1a329382c4f4556fd52d85f4e3f4a67e54911682;hp=2b4c1ca666585789628501edcd89be015e348650;hpb=1ba974b83d19fc41bf80acd52726f36f7f1df297;p=tinyos-2.x.git diff --git a/tos/chips/xe1205/phy/XE1205PhyRxTx.nc b/tos/chips/xe1205/phy/XE1205PhyRxTx.nc index 2b4c1ca6..19ac314c 100644 --- a/tos/chips/xe1205/phy/XE1205PhyRxTx.nc +++ b/tos/chips/xe1205/phy/XE1205PhyRxTx.nc @@ -119,6 +119,13 @@ interface XE1205PhyRxTx { */ async command bool busy(); + /** + * Check on/off state of phy. + * + * @return TRUE if phy is idle, standby, starting, or stopping, FALSE otherwise. + * + */ + async command bool off();