Home
last modified time | relevance | path

Searched refs:DSPByte (Results 1 – 3 of 3) sorted by relevance

/TwlSDK-5.1.0/include/twl/dsp/common/
Dpipe.h92 DSPByte length; // Buffer size
93 DSPByte rpos; // First unread region
94 DSPByte wpos; // Last appended region
Dbyteaccess.h40 typedef u16 DSPByte; // This type expresses a single-byte unit in the DSP (1 byte, 1 word) typedef
/TwlSDK-5.1.0/build/libraries/dsp/ARM9.TWL/src/
Ddsp_process.c854 DSP_ReadPipe(input, buffer, (DSPByte)length); in DSP_ReadProcessPipe()
874 DSP_WritePipe(output, buffer, (DSPByte)length); in DSP_WriteProcessPipe()