![]() |
usbpsu
Xilinx SDK Drivers API Documentation
|
MODIFICATION HISTORY:
Ver Who Date Changes
1.0 sg 06/06/16 First release ms 04/10/17 Modified filename tag to include the file in doxygen examples.
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 | ParseCBW (struct XUsbPsu *InstancePtr) |
| This function handles Reduced Block Command (RBC) requests from the host. More... | |
| void | SendCSW (struct XUsbPsu *InstancePtr, u32 Length) |
| This function is used to send SCSI Command Status Wrapper to Host. More... | |
| void ParseCBW | ( | struct XUsbPsu * | InstancePtr | ) |
This function handles Reduced Block Command (RBC) requests from the host.
| InstancePtr | is a pointer to XUsbPsu instance of the controller. |
| void SendCSW | ( | struct XUsbPsu * | InstancePtr, |
| u32 | Length | ||
| ) |
This function is used to send SCSI Command Status Wrapper to Host.
| InstancePtr | is pointer to XUsbPsu instance. |
| Length | is the data residue. |
| 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. |