![]() |
xxvethernet
Vitis Drivers API Documentation
|
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... | |
This typedef contains configuration information for a Xxv Ethernet device.
| UINTPTR XXxvEthernet_Config::BaseAddress |
BaseAddress is the physical base address of the
device's registers
Referenced by XxvEthernetSgDmaIntrExample(), XxvEthernetUtilEnterLocalLoopback(), XxvEthernetUtilUsxgmiiSetup(), XxvEthernetUtilUsxgmiiSetupBypassAN(), XXxvEthernet_CfgInitialize(), XXxvEthernet_ClearOptions(), XXxvEthernet_GetAutoNegSpeed(), XXxvEthernet_Initialize(), XXxvEthernet_SetAutoNegSpeed(), XXxvEthernet_SetOptions(), XXxvEthernet_SetUsxgmiiRateAndDuplex(), XXxvEthernet_Start(), XXxvEthernet_Stop(), XXxvEthernet_UsxgmiiAnMainReset(), and XXxvEthernet_UsxgmiiAnMainRestart().
| 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().