PFN_ENABLEINT (Windows Embedded CE 6.0)
1/5/2010
This function is used by KITLTRANSPORT to enable and disable the KITL transport interrupt if the transport is interrupt-based.
Syntax
void TransportEnableInt(
BOOL Enable
);
Parameters
- fEnable
[in] Set to TRUE to enable the interrupt or FALSE to disable it.
Return Value
None.
Remarks
If the KITL transport is interrupt-based, an OEM must set a function pointer in KITLTRANSPORT.pfnEnableInt to enable interrupts.
You implement a function of this type and assign it to the pfnEnableInt member of KITLTRANSPORT during your board support package (BSP) initialization. For an example of the implementation of this function, see the KitlEthEnableInt function in %_WINCEROOT%\Platform\Common\Src\Common\Kitl\Kitleth.c.
Requirements
Header | kitl.h |
Library | Kitl.lib |
Windows Embedded CE | Windows CE .NET 4.0 and later |