Searched refs:USB_ENDPOINT_DIR_MASK (Results 1 – 3 of 3) sorted by relevance
410 #define USB_ENDPOINT_DIR_MASK 0x80 macro474 return ((epd->bEndpointAddress & USB_ENDPOINT_DIR_MASK) == USB_DIR_IN); in usb_endpoint_dir_in()486 return ((epd->bEndpointAddress & USB_ENDPOINT_DIR_MASK) == USB_DIR_OUT); in usb_endpoint_dir_out()
133 #define USB_ENDPOINT_DIR_MASK 0x80 macro
216 #define USB_ENDPOINT_DIR_MASK 0x80 macro
Completed in 21 milliseconds