Searched refs:USB_FEATURE_EP_HALT (Results 1 – 3 of 3) sorted by relevance
74 USB_FEATURE_EP_HALT = 0x0U, /* USB has endpoint halt feature */ enumerator
392 if (((uint16_t)USB_FEATURE_EP_HALT == req->wValue) && (!CTL_EP(ep))) { in _usb_std_clearfeature()442 if (((uint16_t)USB_FEATURE_EP_HALT == req->wValue) && (!CTL_EP(ep))) { in _usb_std_setfeature()
260 #define USB_FEATURE_EP_HALT 0x0000 // Endpoint halt feature. macro
Completed in 16 milliseconds