csudma
Vitis Drivers API Documentation
XCsuDma_Config Struct Reference

This typedef contains configuration information for a CSU_DMA core. More...

Data Fields

u16 DeviceId
 DeviceId is the unique ID of the device. More...
 
UINTPTR BaseAddress
 BaseAddress is the physical base address of the device's registers. More...
 
u8 DmaType
 DMA type 0 – CSUDMA 1 – PMC DMA 0 2 – PMC DMA 1. More...
 

Detailed Description

This typedef contains configuration information for a CSU_DMA core.

Each CSU_DMA core should have a configuration structure associated.

Field Documentation

u16 XCsuDma_Config::DeviceId

DeviceId is the unique ID of the device.

u8 XCsuDma_Config::DmaType

DMA type 0 – CSUDMA 1 – PMC DMA 0 2 – PMC DMA 1.

Referenced by XCsuDma_CfgInitialize(), XCsuDma_IntrExample(), and XCsuDma_PolledExample().