Home
last modified time | relevance | path

Searched refs:DSP_WORD_UNIT (Results 1 – 2 of 2) sorted by relevance

/TwlSDK-5.2.1/include/twl/dsp/common/
Dbyteaccess.h61 #define DSP_WORD_UNIT (3 - sizeof(DSPWord)) macro
/TwlSDK-5.2.1/build/libraries/dsp/common/src/
Ddsp_pipe.c543 len = (u16)(len & ~(DSP_WORD_UNIT - 1)); in DSP_ReadPipe()
600 len = (u16)(len & ~(DSP_WORD_UNIT - 1)); in DSP_WritePipe()