OEMClearIntSources (Windows Embedded CE 6.0)

1/5/2010

This function initializes the fInterruptWakeup array so it can be determined whether a wake event has occurred since the execution of this function.

Syntax

void OEMClearIntSources(void);

Parameters

None.

Return Value

None.

Remarks

The fInterruptWakeup global variable is an array of flags set by the ISR when the interrupt occurs.

IOCTL_HAL_PRESUSPEND calls OEMClearIntSources. The Power Manager calls this function before a suspend operation; then the OEMPowerOff function verifies if wake events have occurred before finally suspending.

OEMClearIntSources usually clears fInterruptWakeup.

Requirements

Header oemwake.h
Library Developer Implemented
Windows Embedded CE Windows CE .NET 4.1 and later

See Also

Reference

Optional OAL Functions
IOCTL_HAL_PRESUSPEND
OEMPowerOff