summaryrefslogtreecommitdiff
path: root/src/common/tusb_common.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2022-03-09 17:17:27 +0700
committerhathach <[email protected]>2022-03-09 17:17:36 +0700
commita5fb20533cc1c9e0ed155083c1bbcb3e7be75e67 (patch)
tree59d69dcf6af8a5d1b5a13a311226e6e8d1386181 /src/common/tusb_common.h
parent708f05668d681439e521379e281d087d1910a0f3 (diff)
adding tusb_private.h to implement common edpt claim
Diffstat (limited to 'src/common/tusb_common.h')
-rw-r--r--src/common/tusb_common.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/common/tusb_common.h b/src/common/tusb_common.h
index 34f3bb8f7..58591f0be 100644
--- a/src/common/tusb_common.h
+++ b/src/common/tusb_common.h
@@ -76,19 +76,6 @@
#include "tusb_timeout.h" // TODO remove
//--------------------------------------------------------------------+
-// Internal Helper used by Host and Device Stack
-//--------------------------------------------------------------------+
-
-// Check if endpoint descriptor is valid per USB specs
-bool tu_edpt_validate(tusb_desc_endpoint_t const * desc_ep, tusb_speed_t speed);
-
-// Bind all endpoint of a interface descriptor to class driver
-void tu_edpt_bind_driver(uint8_t ep2drv[][2], tusb_desc_interface_t const* p_desc, uint16_t desc_len, uint8_t driver_id);
-
-// Calculate total length of n interfaces (depending on IAD)
-uint16_t tu_desc_get_interface_total_len(tusb_desc_interface_t const* desc_itf, uint8_t itf_count, uint16_t max_len);
-
-//--------------------------------------------------------------------+
// Internal Inline Functions
//--------------------------------------------------------------------+