OAL_KITL_ETH_DRIVER (Compact 2013)
10/16/2014
This structure stores information about the KITL Ethernet device driver.
Syntax
typedef struct {
OAL_KITLETH_INIT pfnInit;
OAL_KITLETH_INIT_DMABUFFER pfnInitDmaBuffer;
OAL_KITLETH_DEINIT pfnDeinit;
OAL_KITLETH_SEND_FRAME pfnSendFrame;
OAL_KITLETH_GET_FRAME pfnGetFrame;
OAL_KITLETH_ENABLE_INTS pfnEnableInts;
OAL_KITLETH_DISABLE_INTS pfnDisableInts;
OAL_KITLETH_POWER_OFF pfnPowerOff;
OAL_KITLETH_POWER_ON pfnPowerOn;
OAL_KITLETH_CURRENT_PACKET_FILTER pfnCurrentPacketFilter;
OAL_KITLETH_MULTICAST_LIST pfnMulticastList;
} OAL_KITL_ETH_DRIVER;
Members
- pfnInit
Pointer to a custom function that implements OAL_KITLETH_INIT.
- pfnInitDmaBuffer
Pointer to a custom function that implements OAL_KITLETH_INIT_DMABUFFER.
- pfnDeinit
Pointer to a custom function that implements OAL_KITLETH_DEINIT.
- pfnSendFrame
Pointer to a custom function that implements OAL_KITLETH_SEND_FRAME.
- pfnGetFrame
Pointer to a custom function that implements OAL_KITLETH_GET_FRAME.
- pfnEnableInts
Pointer to a custom function that implements OAL_KITLETH_ENABLE_INTS.
- pfnDisableInts
Pointer to a custom function that implements OAL_KITLETH_DISABLE_INTS.
- pfnPowerOff
Pointer to a custom function that implements OAL_KITLETH_POWER_OFF.
- pfnPowerOn
Pointer to a custom function that implements OAL_KITLETH_POWER_ON.
- pfnCurrentPacketFilter
Pointer to a custom function that implements OAL_KITLETH_CURRENT_PACKET_FILTER.
- pfnMulticastList
Pointer to a custom function that implements OAL_KITLETH_MULTICAST_LIST.
Link Library: Developer-defined
Requirements
Header |
oal_kitl.h |
Library |
Developer Implemented |