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:
parent
c13e201b18
commit
65fd5859a4
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue