![]() |
wdttb
Xilinx SDK Drivers API Documentation
|
Functions | |
XWdtTb_Config * | XWdtTb_LookupConfig (u16 DeviceId) |
This function returns a reference to an XWdtTb_Config structure based on the core id, DeviceId. More... | |
XWdtTb_Config* XWdtTb_LookupConfig | ( | u16 | DeviceId | ) |
#include <xwdttb_sinit.c>
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.
DeviceId | is the unique core ID of the XWdtTb core for the lookup operation. |
Referenced by WdtTbExample(), WdtTbSelfTestExample(), and XWdtTb_Initialize().