Share via


Interrupt Library

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

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