Home
last modified time | relevance | path

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

/TwlSDK-5.5/include/twl/dsp/common/
Daudio.h72 #define DSP_AUDIO_DRIVER_CONTROL_MASK (DSPByte32)0x0F00 macro
/TwlSDK-5.5/build/libraries/dsp/common/src/
Ddsp_util.c129 … if ((response.ctrl & DSP_AUDIO_DRIVER_CONTROL_MASK) == DSP_AUDIO_DRIVER_CONTROL_STOP) in DSPi_PipeCallbackForSound()
146 … if ((response.ctrl & DSP_AUDIO_DRIVER_CONTROL_MASK) == DSP_AUDIO_DRIVER_CONTROL_START) in DSPi_PipeCallbackForSound()