include: usb: add FS MPS for different endpoint types

Add full speed maximum packet size for different endpoint types.

Signed-off-by: Johann Fischer <j.fischer@phytec.de>
This commit is contained in:
Johann Fischer 2019-04-08 17:09:50 +02:00 committed by Anas Nashif
commit 65fd5859a4

View file

@ -73,6 +73,9 @@ extern "C" {
**************************************************************************/
#define USB_MAX_CTRL_MPS 64 /**< maximum packet size (MPS) for EP 0 */
#define USB_MAX_FS_BULK_MPS 64 /**< full speed MPS for bulk EP */
#define USB_MAX_FS_INT_MPS 64 /**< full speed MPS for interrupt EP */
#define USB_MAX_FS_ISO_MPS 1023 /**< full speed MPS for isochronous EP */
/*************************************************************************
* USB application interface