Quantcast
Channel: Objective Development Forums
Viewing all articles
Browse latest Browse all 4524

Re: Endless loop. usbInterruptIsReady3() usbSetInterrupt3()

$
0
0
ulao wrote:just a guess on the name here usbInterrup3tIsReady may not be the right name.


usbdrv.h
#if USB_CFG_HAVE_INTRIN_ENDPOINT3
USB_PUBLIC void usbSetInterrupt3(uchar *data, uchar len);
#define usbInterruptIsReady3()   (usbTxLen3 & 0x10)
/* Same as above for endpoint 3 */
#endif


Code is compiling without errors.

Viewing all articles
Browse latest Browse all 4524

Trending Articles