axis_switch
Vitis Drivers API Documentation
xaxis_switch.c File Reference

Functions

s32 XAxisScr_CfgInitialize (XAxis_Switch *InstancePtr, XAxis_Switch_Config *CfgPtr, UINTPTR EffectiveAddr)
 This function initializes the AXI4-Stream Switch core. More...
 
void XAxisScr_MiPortEnable (XAxis_Switch *InstancePtr, u8 MiIndex, u8 SiIndex)
 This function enables the MUX port specified by a MI index and links with desired SI, indicated by a SiIndex. More...
 
void XAxisScr_MiPortDisable (XAxis_Switch *InstancePtr, u8 MiIndex)
 This function disables the MUX port specified by a MI index and un-link SI, set previously. More...
 
s32 XAxisScr_IsMiPortEnabled (XAxis_Switch *InstancePtr, u8 MiIndex, u8 SiIndex)
 This function returns the status of whether MUX is sourced from desired SI. More...
 
s32 XAxisScr_IsMiPortDisabled (XAxis_Switch *InstancePtr, u8 MiIndex)
 This function returns the status of whether MUX is disabled. More...
 
void XAxisScr_MiPortDisableAll (XAxis_Switch *InstancePtr)
 This function disables all the MUX port, in turn removes association with desired SI. More...