emaclite
Vitis Drivers API Documentation
|
Functions | |
void | XEmacLite_AlignedWrite (void *SrcPtr, UINTPTR *DestPtr, unsigned ByteCount) |
This function aligns the incoming data and writes it out to a 32-bit aligned destination address range. More... | |
void | XEmacLite_AlignedRead (UINTPTR *SrcPtr, void *DestPtr, unsigned ByteCount) |
This function reads from a 32-bit aligned source address range and aligns the writes to the provided destination pointer alignment. More... | |
void | XEmacLite_SendFrame (UINTPTR BaseAddress, u8 *FramePtr, unsigned ByteCount) |
Send an Ethernet frame. More... | |
u16 | XEmacLite_RecvFrame (UINTPTR BaseAddress, u8 *FramePtr) |
Receive a frame. More... | |