nn::dsp::CTR::WriteProcessPipe Functionnn::Result WriteProcessPipe( int port, const void * buffer, u32 length );
| Name | Description | |
|---|---|---|
| in | port | Port number. |
| in | buffer | Address of the buffer into which to write data. |
| in | length | Length of the data to write. |
Writes data to a DSP pipe.
The return value details are as follows.
| Level | Summary | Module | Description | Content |
|---|---|---|---|---|
| LEVEL_SUCCESS | SUMMARY_SUCCESS | MODULE_COMMON | DESCRIPTION_SUCCESS | Process succeeded. |
| LEVEL_STATUS | SUMMARY_INVALID_STATE | MODULE_NN_DSP | DESCRIPTION_NOT_INITIALIZED | The DSP library is not initialized. |
CONFIDENTIAL