Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
1/5/2010
This function sets the static mapping between an IRQ and a SYSINTR. OALIntrStaticTranslate is typically used during system initialization for legacy drivers.
Syntax
VOID OALIntrStaticTranslate(
UINT32 sysIntr,
UINT32 irq
);
Parameters
- sysIntr
[in] Specifies the SYSINTR to map to the IRQ.
- irq
[in] Specifies the IRQ to map to the SYSINTR.
Return Value
None.
Requirements
| Header | oal_intr.h |
| Library | Developer Implemented |
| Windows Embedded CE | Windows CE 5.0 and later |