usbDisableAllRequests() macros.

General discussions about V-USB, our firmware-only implementation of a low speed USB device on Atmel's AVR microcontrollers
Post Reply
charkin

usbDisableAllRequests() macros.

Post by charkin » Thu Dec 04, 2014 1:52 pm

Hello.
I do the Vendor Class device. I use control sendings, but I transfer data in special fields - wIndex and wValue
therefore as usbFunctionSetup I return 0 - that is I ignore data.

After data handling from wIndex and wValue I cause function of record in EEPROM which takes continuous time.
How it is possible to use usbDisableAllRequests() macro if I don't use the usbFunctionWrite function?

Post Reply