Share via


Interrupt Library (Windows Embedded CE 6.0)

1/5/2010

The interrupt library implements interrupt processing. Support for interrupts is provided by a combination of OAL common routines and processor specific routines.

Depending on the CPU or SOC model, you can implement the interrupt library with hardware platform callbacks. This method is useful on hardware where you have used an external secondary interrupt controller.

For more information, see %_WINCEROOT%\Platform\Common\Src\Inc\Oal_intr.h.

See Also

Reference

Interrupt Reference

Concepts

Production-Quality OAL Components