usbps
Xilinx SDK Drivers API Documentation
XUsbPs_Endpoint Struct Reference

The following data structure represents an endpoint used internally by the L0/L1 driver. More...

Data Fields

XUsbPs_EpOut Out
 OUT endpoint structure. More...
 
XUsbPs_EpIn In
 IN endpoint structure. More...
 

Detailed Description

The following data structure represents an endpoint used internally by the L0/L1 driver.

Field Documentation

◆ In

XUsbPs_EpIn XUsbPs_Endpoint::In

IN endpoint structure.

Referenced by XUsbPs_ReconfigureEp().

◆ Out

XUsbPs_EpOut XUsbPs_Endpoint::Out

OUT endpoint structure.

Referenced by XUsbPs_EpBufferReceive(), XUsbPs_EpGetSetupData(), and XUsbPs_ReconfigureEp().