Share via


OALTimerIntrHandler (Windows Embedded CE 6.0)

1/5/2010

This function implements the timer interrupt handler. Depending on the hardware, OALTimerIntrHandler is called from the general interrupt handler for ARM-based hardware platforms, or it is used as an interrupt handler for MIPS-based hardware platforms.

Syntax

UINT32 OALTimerIntrHandler();

Parameters

None.

Return Value

Returns a SYSINTR value from the interrupt handler.

Requirements

Header oal_timer.h
Library Developer Implemented
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

Timer Functions