wdttb
Xilinx SDK Drivers API Documentation
XWdtTb_Config Struct Reference

This typedef contains configuration information for the device. More...

Data Fields

u16 DeviceId
 Unique ID of the device. More...
 
UINTPTR BaseAddr
 Base address of the device. More...
 
u32 EnableWinWdt
 Flag for Window WDT enable. More...
 
u32 MaxCountWidth
 Maximum width of first timer. More...
 
u32 SstCountWidth
 Maximum width of Second Sequence Timer. More...
 

Detailed Description

This typedef contains configuration information for the device.

Field Documentation

◆ BaseAddr

◆ DeviceId

u16 XWdtTb_Config::DeviceId

Unique ID of the device.

Referenced by XWdtTb_CfgInitialize().

◆ EnableWinWdt

◆ MaxCountWidth

u32 XWdtTb_Config::MaxCountWidth

Maximum width of first timer.

Referenced by XWdtTb_CfgInitialize().

◆ SstCountWidth

u32 XWdtTb_Config::SstCountWidth

Maximum width of Second Sequence Timer.

Referenced by XWdtTb_CfgInitialize().