OAL_KITLSERIAL_FLOW_CONTROL (Compact 2013)
10/16/2014
This function pointer enables or disables flow control for the KITL serial device driver.
Syntax
typedef VOID (*OAL_KITLSERIAL_FLOW_CONTROL) (
BOOL fOn
);
Parameters
- fOn
[in] Specifies whether or not to enable flow control. TRUE enables flow control. FALSE disables flow control.
Return Value
None.
Remarks
The pfnFlowControl member of the OAL_KITL_SERIAL_DRIVER structure points to the custom function that implements OAL_KITLSERIAL_FLOW_CONTROL.
Requirements
Header |
oal_kitl.h |
Library |
Developer Implemented |
See Also
Reference
KITL Functions for Serial Drivers
KITL Functions for Production-Quality OAL