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

  /device/google/accessory/arduino/USB_Host_Shield/
Usb.cpp 351 if(( usb_task_state & USB_STATE_MASK ) != USB_STATE_DETACHED ) {
357 if(( usb_task_state & USB_STATE_MASK ) == USB_STATE_DETACHED ) {
Usb.h 56 #define USB_STATE_MASK 0xf0

Completed in 22 milliseconds