<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
<channel>
 <title><![CDATA[UCOS下触摸屏中断死机（RTC中断能用，附代 ..]]></title>
 <link><![CDATA[http://aiothome.net/read.php?tid=8869]]></link>
 <description><![CDATA[Latest 20 replies of UCOS下触摸屏中断死机（RTC中断能用，附代 ..]]></description>
 <copyright><![CDATA[Copyright(C) ]]></copyright>
 <generator><![CDATA[PHPWind Forums by PHPWind Studio]]></generator>
 <lastBuildDate><![CDATA[Sun, 26 Jul 2026 13:57:39 +0000]]></lastBuildDate>
  <image>
 <url><![CDATA[images/rss.gif]]></url>
 <title><![CDATA[PHPWind Board]]></title>
 <link><![CDATA[http://aiothome.net]]></link>
 <description><![CDATA[]]></description>
  </image>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[ucos中中断函数是怎么个写法求LZ指教]]></description>
 <link><![CDATA[http://aiothome.net/read.php?tid=8869#81394]]></link>
 <author><![CDATA[numliu]]></author>
 <category><![CDATA[裸机程序和微型OS]]></category>
 <pubdate><![CDATA[Thu, 05 May 2011 12:30:04 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[rINTMSK=~(1&lt;&lt;31); 
rINTSUBMSK=~((1&lt;&lt;10)|(1&lt;&lt;9)); 

rSUBSRCPND=(1&lt;&lt;10)|(1&lt;&lt;9); 
你把其他中断都给关了，当然死机了，应该用
rINTMSK&amp;=~(1&lt;&lt;31); 
rINTSUBMSK&amp;=~((1&lt;&lt;10)|(1&lt;&lt;9));]]></description>
 <link><![CDATA[http://aiothome.net/read.php?tid=8869#54828]]></link>
 <author><![CDATA[cjs]]></author>
 <category><![CDATA[裸机程序和微型OS]]></category>
 <pubdate><![CDATA[Fri, 14 Jan 2011 13:37:48 +0000]]></pubdate>
</item>
</channel></rss>