mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
refactor(enum): Curved out Enumeration process from Hub Driver
This commit is contained in:
@@ -58,6 +58,7 @@ typedef struct urb_s urb_t;
|
||||
typedef enum {
|
||||
USB_PROC_REQ_SOURCE_USBH = 0x01,
|
||||
USB_PROC_REQ_SOURCE_HUB = 0x02,
|
||||
USB_PROC_REQ_SOURCE_ENUM = 0x03
|
||||
} usb_proc_req_source_t;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user