emaclite
Vitis Drivers API Documentation
xemaclite_intr.c File Reference

Functions

int XEmacLite_EnableInterrupts (XEmacLite *InstancePtr)
 Enable the EmacLite Interrupts. More...
 
void XEmacLite_DisableInterrupts (XEmacLite *InstancePtr)
 Disables the interrupts from the device (the higher layer software is responsible for disabling interrupts at the interrupt controller). More...
 
void XEmacLite_InterruptHandler (void *InstancePtr)
 Interrupt handler for the EmacLite driver. More...
 
void XEmacLite_SetRecvHandler (XEmacLite *InstancePtr, void *CallBackRef, XEmacLite_Handler FuncPtr)
 Sets the callback function for handling received frames in interrupt mode. More...
 
void XEmacLite_SetSendHandler (XEmacLite *InstancePtr, void *CallBackRef, XEmacLite_Handler FuncPtr)
 Sets the callback function for handling transmitted frames in interrupt mode. More...