wdttb
Vitis Drivers API Documentation
Examples

You can refer to the below stated example applications for more details on how to use wdttb driver.

xwdttb_selftest_example.c

Contains an example on how to use the XWdttb driver directly. This example performs the basic selftest using the driver.

For details, see xwdttb_selftest_example.c.

xwdttb_example.c

Contains an example on how to use the XWdttb driver directly. This example shows the usage of the driver functions.

For details, see xwdttb_example.c.

xwdttb_intr_example.c

Contains an example on how to use the XWdttb driver directly. This example shows the usage of the driver in interrupt mode.

For details, see xwdttb_intr_example.c.

xwdttb_low_level_example.c

Contains an example on how to use the XWdttb driver directly. This example shows the usage of the low-level driver macros of the driver.

For details, see xwdttb_low_level_example.c.

xwdttb_winwdt_example.c

Contains an example on how to use the XWdttb driver directly. This example shows the usage of the driver with window feature.

For details, see xwdttb_winwdt_example.c.

xwdttb_winwdt_intr_example.c

Contains an example on how to use the XWdttb driver directly. This example shows the usage of the driver with window feature for interrupt mode.

For details, see xwdttb_winwdt_intr_example.c.

xwdttb_gwdt_example.c

Contains an example on how to use the XWdttb driver directly. This example shows the usage of the driver with Generic WDT feature.

For details, see xwdttb_gwdt_example.c.

xwdttb_gwdt_selftest_example.c

Contains an example on how to use the XWdttb driver directly. This example performs the basic selftest using the driver.

For details, see xwdttb_gwdt_selftest_example.c.

xwdttb_gwdt_intr_selftest_example.c

Contains an example on how to use the XWdttb driver directly. This example shows the usage of the driver with Generic WDT feature for interrupt mode.

For details, see xwdttb_gwdt_intr_example.c

NOTE:- More information on examples for each IP. WWDT:- -xwdttb_gwdt_selftest_example.c -xwdttb_gwdt_example.c -xwdttb_gwdt_intr_example.c -xwdttb_selftest_example.c -xwdttb_winwdt_example.c -xwdttb_winwdt_intr_example.c -Above examples works for WWDT driver. AXI TIMEBASE:- Case 1:-(Timebase WDT) -xwdttb_selftest_example.c -xwdttb_example.c -xwdttb_intr_example.c Case 2:-(Window watchdog) -xwdttb_selftest_example.c -xwdttb_winwdt_example.c -xwdttb_winwdt_intr_example.c -Above examples works for AXI Timebase WDT.