scuwdt
Vitis Drivers API Documentation
XScuWdt Struct Reference

The XScuWdt driver instance data. More...

Data Fields

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

Detailed Description

The XScuWdt 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

XScuWdt_Config XScuWdt::Config

Hardware Configuration.

Referenced by ScuWdtIntrExample(), XScuWdt_CfgInitialize(), XScuWdt_Start(), and XScuWdt_Stop().

u32 XScuWdt::IsReady

Device is initialized and ready.

Referenced by XScuWdt_CfgInitialize(), XScuWdt_SelfTest(), XScuWdt_Start(), and XScuWdt_Stop().

u32 XScuWdt::IsStarted

Device watchdog timer is running.

Referenced by XScuWdt_CfgInitialize(), XScuWdt_Start(), and XScuWdt_Stop().