xxvethernet
Vitis Drivers API Documentation
 All Data Structures Files Functions Variables Typedefs Groups
XXxvEthernet_Config Struct Reference

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

#include <xxxvethernet.h>

Data Fields

char * Name
 Unique name of the device. More...
 
UINTPTR BaseAddress
 
BaseAddress is the physical base address of the

device's registers More...

 
u8 Stats
 Statistics gathering option. More...
 
UINTPTR 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

char* XXxvEthernet_Config::Name

Unique name of the device.

Referenced by XXxvEthernet_LookupConfig(), and XXxvEthernet_LookupConfigBaseAddr().

u8 XXxvEthernet_Config::Stats

Statistics gathering option.

UINTPTR XXxvEthernet_Config::XxvDevBaseAddress

XxvDevBaseAddress is the base address of

the device attached to the Xxv Ethernet's AXI4-Stream interface.

Referenced by XxvEthernetSgDmaIntrExample().