X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fchips%2Fmsp430%2Fusci%2FHplMsp430UsciReg.nc;h=4a61bbbd89bb4f4021f15f207ca8efdc8df33097;hb=3fe8f13e05a2bcbc4a224f5a7b7f0ae45398a9b5;hp=b3a876fc8bd1eed4d20a86f2f6bf5670d2458ee8;hpb=a4c683fb39c46c4a0382866e7ca1ab65a524fcf4;p=tinyos-2.x.git diff --git a/tos/chips/msp430/usci/HplMsp430UsciReg.nc b/tos/chips/msp430/usci/HplMsp430UsciReg.nc index b3a876fc..4a61bbbd 100644 --- a/tos/chips/msp430/usci/HplMsp430UsciReg.nc +++ b/tos/chips/msp430/usci/HplMsp430UsciReg.nc @@ -10,7 +10,7 @@ * - Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * - Neither the name of the Technische Universität Berlin nor the names + * - Neither the name of the Titanium Mirror, Inc. nor the names * of its contributors may be used to endorse or promote products derived * from this software without specific prior written permission. * @@ -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(); }