PIP_setWriterSize
2-284
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
PIP_setWriterSize(pipe, size);
Parameters
PIP_Handle pipe;
/* pipe object handle */
Uns
size;
/* size to be set */
Return Value
Void
Reentrant
no
Description
PIP_setWriterSize is a C function that sets the value of the writerSize
element of a pipe object.
As a function writes to a pipe, it can use PIP_setWriterSize to indicate the
number of valid words being written to a pipe frame.
Example
See the example for PIP_getReaderAddr, page 2–275.
PIP_setWriterSize
Set the number of valid words written to a pipe frame