![]() |
dmaps
Vitis Drivers API Documentation
|
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... | |
This typedef contains configuration information for the device.
| u32 XDmaPs_Config::BaseAddress |
Base address of device (IPIF)
Referenced by XDmaPs_CfgInitialize(), XDmaPs_FaultISR(), XDmaPs_ResetChannel(), XDmaPs_ResetManager(), XDmaPs_SelfTest(), and XDmaPs_Start().
| 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().