Share via


OEMEthEnableInts

This function enables interrupts for the debug Ethernet adapter.

  void OEMEthEnableInts (void);
   

Return Values

None.

Remarks

The debug Ethernet adapter should be initially configured with interrupts disabled. At the beginning of operating system initialization, the Ethernet debug subsystem operates in polling mode. At a certain point in the boot process, if a valid SYSINTR_* value has been specified in OEMEthInit the Ethernet debug subsystem switches to interrupt mode, and it calls OEMEthEnableInts to enable the Ethernet adapter to start processing interrupts.

Requirements

Runs on Versions Defined in Include Link to
Windows CE OS 2.10 and later Halether.h    

See Also

OEMEthDisableInts, OEMEthInit