Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/dsp/ARM9.TWL/src/
Ddsp_g711.c174 DSPByte32 ack; in DSPi_TryWaitForG711Core() local
177 if (DSP_GetPipeReadableSize(binin) >= sizeof(ack)) in DSPi_TryWaitForG711Core()
179 DSP_ReadPipe(binin, &ack, sizeof(ack)); in DSPi_TryWaitForG711Core()
200 DSPByte32 ack; in DSPi_WaitForG711Core() local
205 DSP_ReadPipe(binin, &ack, sizeof(ack)); in DSPi_WaitForG711Core()
/TwlSDK-5.1.0/include/nitro/mb/
Dmb.h556 BOOL MB_CommResponseRequest(u16 child_aid, MBCommResponseRequestType ack);
/TwlSDK-5.1.0/build/libraries/mb/common/src/
Dmb_parent.c209 BOOL MB_CommResponseRequest(u16 child_aid, MBCommResponseRequestType ack) in MB_CommResponseRequest() argument
219 switch (ack) in MB_CommResponseRequest()