Searched refs:USB_ENDPOINT_NUMBER_MASK (Results 1 – 3 of 3) sorted by relevance
132 #define USB_ENDPOINT_NUMBER_MASK 0x0f /* in bEndpointAddress */ macro
215 #define USB_ENDPOINT_NUMBER_MASK 0x0f /* in bEndpointAddress */ macro
409 #define USB_ENDPOINT_NUMBER_MASK 0x0f /* in bEndpointAddress */ macro451 return epd->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK; in usb_endpoint_num()
Completed in 14 milliseconds