<?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/10566" />

	<title>Objective Development Forums</title>
	
	<link href="https://forums.obdev.at/index.php" />
	<updated>2016-09-13T05:46:10+02:00</updated>

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

		<entry>
		<author><name><![CDATA[24c1024]]></name></author>
		<updated>2016-09-13T05:46:10+02:00</updated>

		<published>2016-09-13T05:46:10+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=10566&amp;p=31514#p31514</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=10566&amp;p=31514#p31514"/>
		<title type="html"><![CDATA[how usbFunctionRead() called ?]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=10566&amp;p=31514#p31514"><![CDATA[
hi<br />usbFunctionWrite called this way to get data.<br /><br />#if USB_CFG_IMPLEMENT_FN_WRITE<br />        if(usbMsgFlags &amp; USB_FLG_USE_USER_RW){<br />            uchar rval = usbFunctionWrite(data, len);<br />            if(rval == 0xff){   /* an error occurred */<br />                usbTxLen = USBPID_STALL;<br />            }else if(rval != 0){    /* This was the final package */<br />                usbMsgLen = 0;  /* answer with a zero-sized data packet */<br />            }<br />        }<br />#endif<br /><br />but where usbFunctionRead() called ?<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=22194">24c1024</a> — Tue Sep 13, 2016 5:46 am</p><hr />
]]></content>
	</entry>
	</feed>
