![]() |
usbpsu
Xilinx SDK Drivers API Documentation
|
This file contains the implementation of chapter 9 specific code for the example.
MODIFICATION HISTORY:
Ver Who Date Changes
1.0 sg 06/06/16 First release 1.1 vak 30/11/16 Addded DFU support 1.4 BK 12/01/18 Renamed the file and added changes to have a common example for all USB IPs.
Functions | |
void | Ch9Handler (struct Usb_DevData *InstancePtr, SetupPacket *SetupData) |
This function handles a Setup Data packet from the host. More... | |
void Ch9Handler | ( | struct Usb_DevData * | InstancePtr, |
SetupPacket * | SetupData | ||
) |
This function handles a Setup Data packet from the host.
InstancePtr | is a pointer to Usb_DevData instance of the controller. |
SetupData | is the structure containing the setup request. |