dual_splitter
Xilinx SDK Drivers API Documentation
Dual_splitter_v1_1

Functions

XDualSplitter_ConfigXDualSplitter_LookupConfig (u16 DeviceId)
 This function returns a reference to the XDualSplitter_Config structure based on the core id, DeviceId. More...
 

Function Documentation

◆ XDualSplitter_LookupConfig()

XDualSplitter_Config* XDualSplitter_LookupConfig ( u16  DeviceId)

#include <xdualsplitter_sinit.c>

This function returns a reference to the XDualSplitter_Config structure based on the core id, DeviceId.

The return value will refer to an entry in the device configuration table defined in the xdualsplitter_g.c file.

Parameters
DeviceIdis the unique core ID of the Dual Splitter core for the lookup operation.
Returns
XDualSplitter_LookupConfig returns a reference to a config record in the configuration table (in xdaulsplitter_g.c) corresponding to DeviceId, or NULL if no match is found.
Note
None.

Referenced by XDualSplitterExample().