xxvethernet
Xilinx SDK Drivers API Documentation
XXxvEthernet_Config Struct Reference

This typedef contains configuration information for a Xxv Ethernet device. 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 Stats
 Statistics gathering option. More...
 
int XxvDevType
 XxvDevType is the type of device attached to the Xxv Ethernet's AXI4-Stream interface - MCDMA in this case. More...
 
u32 XxvDevBaseAddress
 XxvDevBaseAddress is the base address of the device attached to the Xxv Ethernet's AXI4-Stream interface. More...
 

Detailed Description

This typedef contains configuration information for a Xxv Ethernet device.

Field Documentation

◆ BaseAddress

◆ DeviceId

u16 XXxvEthernet_Config::DeviceId

DeviceId is the unique ID of the device.

◆ Stats

u8 XXxvEthernet_Config::Stats

Statistics gathering option.

◆ XxvDevBaseAddress

u32 XXxvEthernet_Config::XxvDevBaseAddress

XxvDevBaseAddress is the base address of the device attached to the Xxv Ethernet's AXI4-Stream interface.

◆ XxvDevType

int XXxvEthernet_Config::XxvDevType

XxvDevType is the type of device attached to the Xxv Ethernet's AXI4-Stream interface - MCDMA in this case.