PIP_reset
Application Program Interface
2-283
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_reset(pipe);
Parameters
PIP_Handle pipe;
/* pipe object handle */
Return Value
Void
Description
PIP_reset resets all fields of a pipe object to their original values.
The pipe parameter specifies the address of the pipe object that is to be
reset.
Constraints and
Calling Context
❏
PIP_reset should not be called between the PIP_alloc call and the
PIP_put call or between the PIP_get call and the PIP_free call.
❏
PIP_reset should be called when interrupts are disabled to avoid the
race condition.
See Also
PIP_alloc
PIP_free
PIP_get
PIP_peek
PIP_put
PIP_reset
Reset all fields of a pipe object to their original values