dmaps
Vitis Drivers API Documentation
 All Data Structures Files Functions Variables Typedefs Groups Pages
XDmaPs_Config Struct Reference

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

#include <xdmaps.h>

Data Fields

char * Name
 Unique name of the device. More...
 
u32 BaseAddress
 Base address of device (IPIF) More...
 
u32 IntrId [9]
 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

u32 XDmaPs_Config::BaseAddress
u32 XDmaPs_Config::IntrId[9]

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

Referenced by XDmaPs_CfgInitialize(), and XDmaPs_Example_W_Intr().

UINTPTR XDmaPs_Config::IntrParent

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

Referenced by XDmaPs_CfgInitialize(), and XDmaPs_Example_W_Intr().

char* XDmaPs_Config::Name

Unique name of the device.

Referenced by XDmaPs_LookupConfig().