Share via


OAL_KITLSERIAL_INIT (Compact 2013)

10/16/2014

This function pointer initializes the KITL serial device driver.

Syntax

typedef BOOL (*OAL_KITLSERIAL_INIT)(
  KITL_SERIAL_INFO *pInfo
);

Parameters

Return Value

TRUE indicates success.

FALSE indicates failure.

Remarks

The pfnInit member of the OAL_KITL_SERIAL_DRIVER structure points to the custom function that implements OAL_KITLSERIAL_INIT.

Requirements

Header

oal_kitl.h

Library

Developer Implemented

See Also

Reference

KITL Functions for Serial Drivers
KITL Functions for Production-Quality OAL