GetShapeDmaTimestamp

Gets the timestamp.

Syntax

UINT32 GetShapeDmaTimestamp(
         const SHAPE_DMA_CONTEXT *context
)  

Parameters

context
Type: SHAPE_DMA_CONTEXT *

[in] Pointer to a SHAPE_DMA_CONTEXT structure.

Return value

Type: UINT32 

The timestamp.

Remarks

The timestamp is a counter, reset to zero at the beginning of each flowgraph, that indicates the order of processing of each block. The timestamp is set on a context when the processing has been completed (and so the context is write-enabled).

Requirements

Header: Declared in shapedmacontext.h.

Library: Use acphal.lib.