![]() |
emacps
Vitis Drivers API Documentation
|
Functions | |
void | XEmacPs_StubHandler (void) |
This is a stub for the asynchronous callbacks. More... | |
LONG | XEmacPs_CfgInitialize (XEmacPs *InstancePtr, XEmacPs_Config *CfgPtr, UINTPTR EffectiveAddress) |
Initialize a specific XEmacPs instance/driver. More... | |
void | XEmacPs_Start (XEmacPs *InstancePtr) |
Start the Ethernet controller as follows: More... | |
void | XEmacPs_Stop (XEmacPs *InstancePtr) |
Gracefully stop the Ethernet MAC as follows: More... | |
void | XEmacPs_Reset (XEmacPs *InstancePtr) |
Perform a graceful reset of the Ethernet MAC. More... | |
void | XEmacPs_SetQueuePtr (XEmacPs *InstancePtr, UINTPTR QPtr, u8 QueueNum, u16 Direction) |
This function sets the start address of the transmit/receive buffer queue. More... | |