Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
10/16/2014
This function pointer disables the KITL transport interrupts if the transport is interrupt-based.
Syntax
typedef VOID (*OAL_KITLSERIAL_DISABLE_INTS)();
Parameters
None.
Return Value
None.
Remarks
The pfnDisableInts member of the OAL_KITL_SERIAL_DRIVER structure points to the custom function that implements OAL_KITLSERIAL_DISABLE_INTS.
Requirements
Header |
oal_kitl.h |
Library |
Developer Implemented |
See Also
Reference
KITL Functions for Serial Drivers
KITL Functions for Production-Quality OAL