usb
Vitis Drivers API Documentation
|
You can refer to the below stated example applications for more details which gives an idea of how the USB and its driver can be used for Bulk and Interrupt transfers.
This headerfile contains the constants, type definitions, variables as used in the USB chapter 9 and mass storage demo application.
For details, see xusb_types.h.
Contains an example on how to use the XUsb driver directly. This example contains the USB Chapter 9 related functions.
For details, see xusb_cp9.c.
This headerfile contains the constants, typedefs, variables and functions prototypes related to the USB chapter 9 related code.
For details, see xusb_cp9.h.
Contains an example on how to use the XUsb driver directly. This is the bulk transfer example which contains Mass storage device application related functions.
For details, see xusb_storage.c.
This headerfile contains the constants, type definitions, variables and function prototypes used in the mass storage application.
For details, see xusb_storage.h.
Contains an example on how to use the XUsb driver directly. This is the USB keyboard example which uses the USB for interrupt transfers.
For details, see xusb_keyboard.c.
This headerfile contains the constants, type definitions, variables and function prototypes used in the USB keyboard example.
For details, see xusb_keyboard.h.
Contains an example on how to use the XUsb driver directly. This is the USB mouse example which uses the USB for interrupt transfers.
For details, see xusb_mouse.c.
This headerfile contains the constants, type definitions, variables and function prototypes used in the mouse application.
For details, see xusb_mouse.h.
Contains an example on how to use the XUsb driver directly. This is the bulk transfer example which contains USB mass storage device application function with SCSI command processing and related response preparation being implemented as a part of the interrupt handler.
For details, see xusb_dma_intr_storage.c.
Contains an example on how to use the XUsb driver directly. This example demonstrates the ULPI PHY read/write register access.
For details, see xusb_phy_read_write.c.
Contains an example on how to use the XUsb driver directly. This example contains the usb Microphone application related functions and provides a reference as to how an isochronous transfer related application can be written.
For details, see xusb_microphone.c.
This headerfile contains the constants, type definitions, variables and function prototypes used in the usb microphone application.
For details, see xusb_microphone.h.
Contains an example on how to use the XUsb driver directly. This example contains Mass storage device application related functions implemented in polled mode.
For details, see xusb_storage_polled_mode.c.