usbps
Vitis 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

XUsbPs_EpSetup XUsbPs_EpConfig::In

IN component of endpoint.

Referenced by main(), and XUsbPs_EpBufferSendWithZLT().

XUsbPs_EpSetup XUsbPs_EpConfig::Out

OUT component of endpoint.

Referenced by main(), XUsbPs_EpBufferReceive(), XUsbPs_EpGetData(), and XUsbPs_ReconfigureEp().