NotifyRxInterrupt

The NotifyRxInterrupt 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 filled by a Receive 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 Receive 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: