usbpsu
Vitis Drivers API Documentation
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
xusb_composite_example.c File Reference

Overview

This file implements mass storage, hid, audio and dfu all in one composite device.

MODIFICATION HISTORY:
Ver   Who  Date     Changes


1.0 rb 05/03/18 First release 1.14 pm 21/06/23 Added support for system device-tree flow. 1.18 ka 21/08/25 Fixed GCC warnings 1.19 ka 01/29/26 Fix codespell errors.

 
#include "xusb_ch9_composite.h"
#include "xusb_class_composite.h"
#include "xparameters.h"
#include "xscugic.h"
#include "xinterrupt_wrap.h"

Functions

int main (void)
 This function is the main function of the AUDI-DFU composite example. More...
 

Function Documentation

int main ( void  )

This function is the main function of the AUDI-DFU composite example.

Parameters
None.
Returns
- XST_SUCCESS if successful,
  • XST_FAILURE if unsuccessful.
Note
None.