Searched refs:USB_ENDPOINT_NUMBER_MASK (Results 1 – 1 of 1) sorted by relevance
416 #define USB_ENDPOINT_NUMBER_MASK 0x0f /* in bEndpointAddress */ macro458 return epd->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK; in usb_endpoint_num()