update(hub): update hub macros and hub params for usb3.0

This commit is contained in:
sakumisu
2024-07-07 11:54:04 +08:00
parent 53114c0f16
commit e4b56cee89
7 changed files with 198 additions and 87 deletions

View File

@@ -10,10 +10,6 @@
struct usbh_hub;
#define USBH_HUB_MAX_PORTS 4
/* Maximum size of an interrupt IN transfer */
#define USBH_HUB_INTIN_BUFSIZE ((USBH_HUB_MAX_PORTS + 8) >> 3)
#ifdef __cplusplus
extern "C" {
#endif