OEMEthISR (Windows Embedded CE 6.0)

1/5/2010

This function is no longer required as of Windows CE .NET 4.2. For information about new debug communication settings, see the KITLTRANSPORT structure.

This function handles the interrupts for the debug Ethernet adapter.

Syntax

void OEMEthISR (void); 

Parameters

None.

Return Value

Returns the interrupt mask of interrupts that occurred.

Remarks

The Ethernet debug subsystem calls OEMEthISR to process an interrupt event. OEMEthISR should perform any required hardware-specific processing and return a mask of the interrupt events that are present.

For the Ethernet sample code, the only event that the EDBG subsystem processes is a receive interrupt event, INTR_TYPE_RX.

If this value is returned, the OEMEthGetFrame function is called to read the received data.

Requirements

Header halether.h
Library hal.lib
Windows Embedded CE Windows CE 2.10 and later

See Also

Reference

Optional OAL Functions
OEMEthGetFrame
KITLTRANSPORT