wdtps
Vitis Drivers API Documentation
XWdtPs Struct Reference

The XWdtPs driver instance data. More...

Data Fields

XWdtPs_Config Config
 Hardware Configuration. More...
 
u32 IsReady
 Device is initialized and ready. More...
 
u32 IsStarted
 Device watchdog timer is running. More...
 

Detailed Description

The XWdtPs 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 XWdtPs::IsStarted

Device watchdog timer is running.

Referenced by XWdtPs_CfgInitialize(), XWdtPs_Start(), and XWdtPs_Stop().