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*, 
    ULONG
)

Parameters

RTND_INTERFACE_OBJECT

An opaque pointer to the interface object in RTND_INTERFACE_OBJECT, which has been provided by a Network Link Layer (NL2) call to RtndManageInterface.

ULONG

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

eRTOS 1.0 SDK

Rtnd.h

See Also: