SAMV71 Xplained Ultra Software Package 1.5

USB Device Serial Port Descriptor Values
[Usbd_cdc]

Collaboration diagram for USB Device Serial Port Descriptor Values:

Defines

#define CDCDSerialPort_INTERRUPT_MAXPACKETSIZE   8
#define CDCDSerialPort_INTERRUPT_INTERVAL_HS   8
#define CDCDSerialPort_INTERRUPT_INTERVAL_FS   16
#define CDCDSerialPort_BULK_MAXPACKETSIZE_HS   512
#define CDCDSerialPort_BULK_MAXPACKETSIZE_FS   64

Define Documentation

#define CDCDSerialPort_BULK_MAXPACKETSIZE_FS   64

Default CDC bulk endpoints max packat size (64, for FS actually).

Definition at line 71 of file CDCDSerialPort.h.

#define CDCDSerialPort_BULK_MAXPACKETSIZE_HS   512

Default CDC bulk endpoints max packat size (512, for HS actually).

Definition at line 69 of file CDCDSerialPort.h.

#define CDCDSerialPort_INTERRUPT_INTERVAL_FS   16

Default CDC interrupt endpoint polling rate of Full Speed (16ms).

Definition at line 67 of file CDCDSerialPort.h.

#define CDCDSerialPort_INTERRUPT_INTERVAL_HS   8

Default CDC interrupt endpoint polling rate of High Speed (16ms).

Definition at line 65 of file CDCDSerialPort.h.

#define CDCDSerialPort_INTERRUPT_MAXPACKETSIZE   8

Default CDC interrupt endpoints max packat size (8).

Definition at line 63 of file CDCDSerialPort.h.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines