dpdma
Vitis Drivers API Documentation
Dpdma_v1_4

Functions

XDpDma_Config * XDpDma_LookupConfig (u16 DeviceId)
 This function looks for the device configuration based on the unique device ID. More...
 

Function Documentation

XDpDma_Config* XDpDma_LookupConfig ( u16  DeviceId)

This function looks for the device configuration based on the unique device ID.

The table XDpDma_ConfigTable[] contains the configuration information for each device in the system.

Parameters
DeviceIdis the unique device ID of the device being looked up.
Returns
A pointer to the configuration table entry corresponding to the given device ID, or NULL if no match is found.
Note
None.

Referenced by InitDpDmaSubsystem().