usbps
Xilinx SDK Drivers API Documentation
XUsbPs_EpConfig Struct Reference

Endpoint configuration structure. More...

Data Fields

XUsbPs_EpSetup Out
 OUT component of endpoint. More...
 
XUsbPs_EpSetup In
 IN component of endpoint. More...
 

Detailed Description

Endpoint configuration structure.

Field Documentation

◆ In

XUsbPs_EpSetup XUsbPs_EpConfig::In

IN component of endpoint.

Referenced by XUsbPs_EpBufferSendWithZLT().

◆ Out

XUsbPs_EpSetup XUsbPs_EpConfig::Out

OUT component of endpoint.

Referenced by XUsbPs_EpBufferReceive(), and XUsbPs_ReconfigureEp().