PIP_getWriterAddr
2-278
Important Note:
This API is being deprecated and will no longer be
supported in the next major release of DSP/BIOS. We recommend that
you use the SIO module instead. The PIP module is still supported in
DSP/BIOS 5.32 and will be supported in any patch releases or minor
enhancements to DSP/BIOS 5.32.
C Interface
Syntax
writerAddr = PIP_getWriterAddr(pipe);
Parameters
PIP_Handle pipe;
/* pipe object handle */
Return Value
Ptr
writerAddr;
Reentrant
yes
Description
PIP_getWriterAddr is a C function that returns the value of the writerAddr
pointer of a pipe object.
The writerAddr pointer is normally used following a call to PIP_alloc, as
the address to begin writing to.
Example
See the example for PIP_getReaderAddr, page 2–275.
PIP_getWriterAddr
Get the value of the writerAddr pointer of the pipe