Home
last modified time | relevance | path

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

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