]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/msp430/usci/HplMsp430UsciReg.nc
msp430 usci: add setIfgTx(), setIfgRx()
[tinyos-2.x.git] / tos / chips / msp430 / usci / HplMsp430UsciReg.nc
index 59110c82822bff203894072bf5bc0ba3950bde64..4a61bbbd89bb4f4021f15f207ca8efdc8df33097 100644 (file)
@@ -253,7 +253,9 @@ interface HplMsp430UsciReg {
    * UCxxCTL0 for more information.
    */
   async command bool getIfgRx();
+  async command void setIfgRx();
   async command void clrIfgRx();
   async command bool getIfgTx();
+  async command void setIfgTx();
   async command void clrIfgTx();
 }