MAC_DRVR_Tasks_ISR Function
C
void MAC_DRVR_Tasks_ISR( SYS_MODULE_OBJ macIndex );
Returns
None
Description
This is the Ethernet MAC driver interrupt service routine. It processes the Ethernet related interrupts and notifies the events to the driver user, the TCP/IP stack.
Remarks
None
Preconditions
MAC_DRVR_Initialize() should have been called.
The TCP/IP stack event notification should be enabled.
Parameters
Parameters | Description |
---|---|
macIndex | Parameter identifying the intended MAC client |