add ep mult support

This commit is contained in:
sakimisu
2022-11-18 22:47:38 +08:00
parent 24f854d209
commit 9291c1459c

View File

@@ -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 */
};
/**