GetShapeDmaReadWriteFull

Gets a 32 bit value that contains the read and write pointers and the full bit.

Syntax

SHAPE_DMA_READ_WRITE_FULL GetShapeDmaReadWriteFull(
         const SHAPE_DMA_CONTEXT *context
)  

Parameters

context
Type: SHAPE_DMA_CONTEXT *

[in] Pointer to a SHAPE_DMA_CONTEXT context to query.

Return value

Type: SHAPE_DMA_READ_WRITE_FULL 

32 bit value containing the read/write pointers and full bit. Refer to the SHAPE_DMA_READ_WRITE_FULL structure.

Remarks

This atomic operations guarantees that the values are sync.

Requirements

Header: Declared in shapedmacontext.h.

Library: Use acphal.lib.