NotifyEgressTimestamp
The NotifyEgressTimestamp function pointer is contained in the RTND_CALLBACKS structure. It is meant to be called by the IST of the driver when it detects that a new Egress Timestamp is available for one of the Transmit Queues of one of its managed interfaces.
Syntax
VOID (*NotifyEgressTimestamp)(
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 that received a new Egress Timestamp.
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: