summaryrefslogtreecommitdiff
path: root/tinyusb/host/hub.h
diff options
context:
space:
mode:
Diffstat (limited to 'tinyusb/host/hub.h')
-rw-r--r--tinyusb/host/hub.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/tinyusb/host/hub.h b/tinyusb/host/hub.h
index 274359659..15e831a10 100644
--- a/tinyusb/host/hub.h
+++ b/tinyusb/host/hub.h
@@ -182,6 +182,11 @@ typedef struct {
STATIC_ASSERT( sizeof(hub_port_status_response_t) == 4, "size is not correct");
+tusb_error_t hub_port_reset_subtask(uint8_t hub_addr, uint8_t hub_port);
+tusb_error_t hub_port_clear_feature_subtask(uint8_t hub_addr, uint8_t hub_port, uint8_t feature);
+tusb_speed_t hub_port_get_speed(void);
+tusb_error_t hub_status_pipe_queue(uint8_t dev_addr);
+
//--------------------------------------------------------------------+
// USBH-CLASS DRIVER API
//--------------------------------------------------------------------+