<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forums.obdev.at/app.php/feed/topic/3104" />

	<title>Objective Development Forums</title>
	
	<link href="https://forums.obdev.at/index.php" />
	<updated>2009-08-11T16:57:42+02:00</updated>

	<author><name><![CDATA[Objective Development Forums]]></name></author>
	<id>https://forums.obdev.at/app.php/feed/topic/3104</id>

		<entry>
		<author><name><![CDATA[ulao]]></name></author>
		<updated>2009-08-11T16:57:16+02:00</updated>

		<published>2009-08-11T16:57:16+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=3104&amp;p=10492#p10492</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=3104&amp;p=10492#p10492"/>
		<title type="html"><![CDATA[Re: usb interrupt ( answered )]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=3104&amp;p=10492#p10492"><![CDATA[
Great, thx!<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=1281">ulao</a> — Tue Aug 11, 2009 4:57 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Grendel]]></name></author>
		<updated>2009-08-11T07:24:32+02:00</updated>

		<published>2009-08-11T07:24:32+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=3104&amp;p=10477#p10477</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=3104&amp;p=10477#p10477"/>
		<title type="html"><![CDATA[Re: usb interrupt]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=3104&amp;p=10477#p10477"><![CDATA[
Use<br /><br /><div class="codebox"><p>Code: </p><pre><code>USB_INTR_ENABLE &amp;= ~_BV( USB_INTR_ENABLE_BIT ) ;</code></pre></div><br />to disable the interrupt and<br /><br /><div class="codebox"><p>Code: </p><pre><code>USB_INTR_ENABLE |= _BV( USB_INTR_ENABLE_BIT ) ;</code></pre></div><br />to re-enable it.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=101">Grendel</a> — Tue Aug 11, 2009 7:24 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ulao]]></name></author>
		<updated>2009-08-11T01:50:55+02:00</updated>

		<published>2009-08-11T01:50:55+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=3104&amp;p=10469#p10469</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=3104&amp;p=10469#p10469"/>
		<title type="html"><![CDATA[usb interrupt]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=3104&amp;p=10469#p10469"><![CDATA[
dup, sorry.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=1281">ulao</a> — Tue Aug 11, 2009 1:50 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ulao]]></name></author>
		<updated>2009-08-11T16:57:42+02:00 </updated>

		<published>2009-08-10T22:34:39+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=3104&amp;p=10468#p10468</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=3104&amp;p=10468#p10468"/>
		<title type="html"><![CDATA[usb interrupt ( answered )]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=3104&amp;p=10468#p10468"><![CDATA[
I'm using an interrupt for pin-change and I wanted to disable the usb int for a short while, how can I do that without using disable all interrupts?<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=1281">ulao</a> — Mon Aug 10, 2009 10:34 pm</p><hr />
]]></content>
	</entry>
	</feed>
