![]() |
usbpsu
Xilinx SDK Drivers API Documentation
|
MODIFICATION HISTORY:
Ver Who Date Changes
1.0 sg 06/06/16 First release 1.1 vak 30/11/16 Addded DFU support
Macros | |
| #define | XUSBPSU_REQ_REPLY_LEN 1024 |
| Max size of reply buffer. More... | |
Functions | |
| void | XUsbPsu_ClassReq (struct XUsbPsu *InstancePtr, SetupPacket *SetupData) |
| This function is class handler for Mass storage and is called when Setup packet received is for Class request(not Standard Device request) More... | |
| void | XUsbPsu_Ch9Handler (struct XUsbPsu *InstancePtr, SetupPacket *SetupData) |
| This function handles a Setup Data packet from the host. More... | |
| #define XUSBPSU_REQ_REPLY_LEN 1024 |
Max size of reply buffer.
| void XUsbPsu_Ch9Handler | ( | struct XUsbPsu * | InstancePtr, |
| SetupPacket * | SetupData | ||
| ) |
This function handles a Setup Data packet from the host.
| InstancePtr | is a pointer to XUsbPsu instance of the controller. |
| SetupData | is the structure containing the setup request. |
| void XUsbPsu_ClassReq | ( | struct XUsbPsu * | InstancePtr, |
| SetupPacket * | SetupData | ||
| ) |
This function is class handler for Mass storage and is called when Setup packet received is for Class request(not Standard Device request)
| InstancePtr | is pointer to XUsbPsu instance. |
| SetupData | is pointer to SetupPacket received. |