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

  /device/google/accessory/arduino/USB_Host_Shield/
Max3421e_constants.h 221 #define bmSNDTOG1 0x80
Usb.cpp 146 devtable[ addr ].epinfo[ ep ].sndToggle = bmSNDTOG1;
284 devtable[ addr ].epinfo[ ep ].sndToggle = ( regRd( rHRSL ) & bmSNDTOGRD ) ? bmSNDTOG1 : bmSNDTOG0; //update toggle

Completed in 426 milliseconds