emacps
Xilinx SDK Drivers API Documentation
XEmacPs_Config Struct Reference

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

Data Fields

u16 DeviceId
 Unique ID of device. More...
 
UINTPTR BaseAddress
 Physical base address of IPIF registers. More...
 
u8 IsCacheCoherent
 Applicable only to A53 in EL1 mode; describes whether Cache Coherent or not. More...
 

Detailed Description

This typedef contains configuration information for a device.

Field Documentation

u16 XEmacPs_Config::DeviceId

Unique ID of device.

Referenced by XEmacPs_CfgInitialize().

u8 XEmacPs_Config::IsCacheCoherent

Applicable only to A53 in EL1 mode; describes whether Cache Coherent or not.

Referenced by EmacPsDmaIntrExample(), EmacPsDmaSingleFrameIntrExample(), and XEmacPs_CfgInitialize().