NotifyTxInterrupt

The NotifyTxInterrupt function pointer is contained in the RTND_CALLBACKS structure. It is meant to be called by the IST of the driver when a buffer is consumed by a Transmit Queue.

Syntax

Copy
VOID (*NotifyTxInterrupt)(
    RTND_INTERFACE_OBJECT *pNL2InterfaceObject, 
    ULONG TxQueueIndex
)

Parameters

pNL2InterfaceObject

An opaque pointer to the interface object provided by a Network Link Layer (NL2) call to RtndManageInterface.

TxQueueIndex

The index of the Transmit Queue.

Remarks

IMPORTANT: This function MUST be called in the context of the NL2 process, NOT an application process.

Requirements

Minimum supported version Header

wRTOS 1.0 SDK

Rtnd.h

See Also: