scuwdt
Vitis Drivers API Documentation
 All Data Structures Files Functions Variables Groups Pages
XScuWdt_Config Struct Reference

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

#include <xscuwdt.h>

Data Fields

char * Name
 Unique name of the device. More...
 
UINTPTR BaseAddr
 Register base address. More...
 
u32 IntrId
 Bits[11:0] Interrupt-id Bits[15:12] trigger type and level flags. More...
 
UINTPTR IntrParent
 Bit[0] Interrupt parent type Bit[64/32:1] Parent base address. More...
 

Detailed Description

This typedef contains configuration information for the device.

Field Documentation

UINTPTR XScuWdt_Config::BaseAddr
u32 XScuWdt_Config::IntrId

Bits[11:0] Interrupt-id Bits[15:12] trigger type and level flags.

Referenced by ScuWdtIntrExample().

UINTPTR XScuWdt_Config::IntrParent

Bit[0] Interrupt parent type Bit[64/32:1] Parent base address.

Referenced by ScuWdtIntrExample().

char* XScuWdt_Config::Name

Unique name of the device.

Referenced by XScuWdt_LookupConfig().