srio
Vitis Drivers API Documentation
xsrio.c File Reference

Functions

int XSrio_CfgInitialize (XSrio *InstancePtr, XSrio_Config *Config, UINTPTR EffectiveAddress)
 Initialize the XSrio instance provided by the caller based on the given Config structure. More...
 
int XSrio_GetPortStatus (XSrio *InstancePtr)
 XSrio_GetPortStatus will check the status of the port and returns the status of the port to the user. More...
 
int XSrio_GetPEType (XSrio *InstancePtr)
 XSrio_GetPEType API will check for the Processing Element type and return the type of type of Processing Element. More...
 
int XSrio_IsOperationSupported (XSrio *InstancePtr, u8 Operation, u8 Direction)
 XSrio_IsOperationSupported tells whether the operation is supported by the SRIO Gen2 core or not. More...
 
void XSrio_SetWaterMark (XSrio *InstancePtr, u8 WaterMark0, u8 WaterMark1, u8 WaterMark2)
 XSrio_SetWaterMark Configures the watermark to transfer a priority packet. More...
 
void XSrio_GetWaterMark (XSrio *InstancePtr, u8 *WaterMark0, u8 *WaterMark1, u8 *WaterMark2)
 XSrio_GetWaterMark API reads the water mark values. More...