wdttb
Xilinx SDK Drivers API Documentation
Xwdttb_v4_5

Functions

XWdtTb_ConfigXWdtTb_LookupConfig (u16 DeviceId)
 This function returns a reference to an XWdtTb_Config structure based on the core id, DeviceId. More...
 

Function Documentation

XWdtTb_Config* XWdtTb_LookupConfig ( u16  DeviceId)

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

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

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

Referenced by GWdtTbExample(), GWdtTbSelfTestExample(), WdtTbExample(), WdtTbIntrExample(), WdtTbSelfTestExample(), and XWdtTb_Initialize().