wdttb
Vitis 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...
 
u32 EnableWinMode
 Enable Window WDT Method,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

u32 XWdtTb::EnableFailCounter
u32 XWdtTb::IsReady
u32 XWdtTb::IsStarted