Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/include/twl/dsp/ARM9/
Ddsp_if.h508 SDK_INLINE u16 DSP_GetSemaphore(void) in DSP_GetSemaphore() function
/TwlSDK-5.1.0/build/libraries/dsp/common/src/
Ddsp_pipe.c631 while (((DSP_GetSemaphore() & 0x8000) != 0) || DSP_RecvDataIsReady(DSP_PIPE_COMMAND_REGISTER)) in DSP_HookPipeNotification()