OAL_KITL_SERIAL_DRIVER (Compact 2013)
10/16/2014
This structure stores information about the KITL serial device driver.
Syntax
typedef struct {
OAL_KITLSERIAL_INIT pfnInit;
OAL_KITLSERIAL_DEINIT pfnDeinit;
OAL_KITLSERIAL_SEND pfnSend;
OAL_KITLSERIAL_SENDCOMPLETE pfnSendComplete;
OAL_KITLSERIAL_RECV pfnRecv;
OAL_KITLSERIAL_ENABLE_INTS pfnEnableInts;
OAL_KITLSERIAL_DISABLE_INTS pfnDisableInts;
OAL_KITLSERIAL_POWER_OFF pfnPowerOff;
OAL_KITLSERIAL_POWER_ON pfnPowerOn;
OAL_KITLSERIAL_FLOW_CONTROL pfnFlowControl;
} OAL_KITL_SERIAL_DRIVER;
Members
- pfnInit
Pointer to a custom function that implements OAL_KITLSERIAL_INIT.
- pfnDeinit
Pointer to a custom function that implements OAL_KITLSERIAL_DEINIT.
- pfnSend
Pointer to a custom function that implements OAL_KITLSERIAL_SEND.
- pfnSendComplete
Pointer to a custom function that implements OAL_KITLSERIAL_SENDCOMPLETE.
- pfnRecv
Pointer to a custom function that implements OAL_KITLSERIAL_RECV.
- pfnEnableInts
Pointer to a custom function that implements OAL_KITLSERIAL_ENABLE_INTS.
- pfnDisableInts
Pointer to a custom function that implements OAL_KITLSERIAL_DISABLE_INTS.
- pfnPowerOff
Pointer to a custom function that implements OAL_KITLSERIAL_POWER_OFF.
- pfnPowerOn
Pointer to a custom function that implements OAL_KITLSERIAL_POWER_ON.
- pfnFlowControl
Pointer to a custom function that implements OAL_KITLSERIAL_FLOW_CONTROL.
Requirements
Header |
oal_kitl.h |
Library |
Developer Implemented |