wdttb
Xilinx SDK Drivers API Documentation
XWdtTb Struct Reference

The XWdtTb driver instance data. More...

Data Fields

XWdtTb_Config Config
 Hardware Configuration. More...
 
u32 IsReady
 Device is initialized and ready. More...
 
u32 IsStarted
 Device watchdog timer is running. More...
 
u32 EnableFailCounter
 Fail counter, 0 = Disable, 1 = Enable. More...
 

Detailed Description

The XWdtTb driver instance data.

The user is required to allocate a variable of this type for every watchdog/timer device in the system. A pointer to a variable of this type is then passed to the driver API functions.

Field Documentation

◆ Config

◆ EnableFailCounter

u32 XWdtTb::EnableFailCounter

Fail counter, 0 = Disable, 1 = Enable.

Referenced by XWdtTb_CfgInitialize(), XWdtTb_DisableFailCounter(), XWdtTb_EnableFailCounter(), and XWdtTb_Initialize().

◆ IsReady

u32 XWdtTb::IsReady

◆ IsStarted

u32 XWdtTb::IsStarted

Device watchdog timer is running.

Referenced by XWdtTb_CfgInitialize(), and XWdtTb_Initialize().