hwicap
Xilinx SDK Drivers API Documentation
XHwIcap_Config Struct Reference

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

Data Fields

u16 DeviceId
 Device ID of device. More...
 
UINTPTR BaseAddress
 Register base address. More...
 
int IcapWidth
 Width of ICAP. More...
 
int IsLiteMode
 IsLiteMode, 0 not present, 1 present. More...
 

Detailed Description

This typedef contains configuration information for the device.

Field Documentation

◆ BaseAddress

◆ DeviceId

u16 XHwIcap_Config::DeviceId

Device ID of device.

◆ IcapWidth

int XHwIcap_Config::IcapWidth

Width of ICAP.

Referenced by XHwIcap_DeviceRead(), and XHwIcap_DeviceWrite().

◆ IsLiteMode

int XHwIcap_Config::IsLiteMode

IsLiteMode, 0 not present, 1 present.