diff options
| author | sakimisu <[email protected]> | 2022-11-18 22:47:38 +0800 |
|---|---|---|
| committer | sakimisu <[email protected]> | 2022-11-19 21:51:38 +0800 |
| commit | 9291c1459cc8d79d753fd8fc5fcc96d6a64907b3 (patch) | |
| tree | 2bc0b96933c67e237d7ccb01574f8a33479bdfff | |
| parent | 24f854d2093561d604f974393c8ef1992b253916 (diff) | |
add ep mult support
| -rw-r--r-- | common/usb_dc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/usb_dc.h b/common/usb_dc.h index 30955565..ca45150a 100644 --- a/common/usb_dc.h +++ b/common/usb_dc.h @@ -21,6 +21,7 @@ struct usbd_endpoint_cfg { uint8_t ep_addr; /* Endpoint addr with direction */ uint8_t ep_type; /* Endpoint type */ uint16_t ep_mps; /* Endpoint max packet size */ + uint8_t ep_mult; /* Endpoint additional transcations in micro frame */ }; /** |
