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
The following table shows the production-quality OAL functions that apply to serial and USB serial drivers. These functions are provided for you in the common kernel independent transport layer (KITL) library (OAL_Kitl.lib).
Programming element |
Description |
|---|---|
This function pointer de-initializes the KITL serial device driver. |
|
This function pointer disables the KITL transport interrupts if the transport is interrupt-based. |
|
This function pointer enables the KITL transport interrupts if the transport is interrupt-based. |
|
This function pointer enables or disables flow control for the KITL serial device driver. |
|
This function pointer initializes the KITL serial device driver. |
|
This function pointer turns off the KITL serial device. |
|
This function pointer turns on the KITL serial device. |
|
This function pointer reads data from the KITL serial device driver. |
|
This function pointer notifies the serial device driver that the data transmission is complete. |
|
This function pointer sends data to the KITL serial device driver. |
See Also
Reference
KITL Functions for Production-Quality OAL
KITL Reference for Production-Quality OAL