Function ctru_sys::DSP_WriteProcessPipe
source · pub unsafe extern "C" fn DSP_WriteProcessPipe(
channel: u32_,
buffer: *const c_void,
length: u32_
) -> Result
Expand description
Writes to a pipe.
§Arguments
channel
- unknown. Usually 2buffer
- The message to send to the DSP processlength
- Length of the message