HomeSort by relevance Sort by last modified time
    Searched defs:USB (Results 1 - 2 of 2) sorted by null

  /device/google/accessory/arduino/USB_Host_Shield/
Usb.cpp 3 * MAX3421E USB host controller support
30 /* USB functions */
32 #include "Usb.h"
42 USB::USB () {
47 void USB::init()
59 byte USB::getUsbTaskState( void )
63 void USB::setUsbTaskState( byte state )
67 EP_RECORD* USB::getDevTableEntry( byte addr, byte ep )
76 void USB::setDevTableEntry( byte addr, EP_RECORD* eprecord_ptr )
    [all...]
Usb.h 3 * MAX3421E USB host controller support
30 /* USB functions */
46 #define USB_XFER_TIMEOUT 5000 //USB transfer timeout in milliseconds, per section 9.2.6.1 of USB 2.0 spec
52 #define USB_NUMDEVICES 2 //number of USB devices
54 /* USB state machine states */
74 /* USB Setup Packet Structure */
116 class USB : public MAX3421E {
128 USB( void );
161 inline byte USB::getDevDescr( byte addr, byte ep, unsigned int nbytes, char* dataptr, unsigned int nak_limit ) {
    [all...]

Completed in 3099 milliseconds