Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/snd/ARM9.TWL/src/
Dsndex.c94 static BOOL SendCommandEx (u8 command, u16 param);
1149 if (FALSE == SendCommandEx(sndexWork.command, (u16)target)) in SNDEXi_SetIirFilterAsync()
1167 if (FALSE == SendCommandEx(sndexWork.command, pParam->n0)) in SNDEXi_SetIirFilterAsync()
1183 if (FALSE == SendCommandEx(sndexWork.command, pParam->n1)) in SNDEXi_SetIirFilterAsync()
1199 if (FALSE == SendCommandEx(sndexWork.command, pParam->n2)) in SNDEXi_SetIirFilterAsync()
1215 if (FALSE == SendCommandEx(sndexWork.command, pParam->d1)) in SNDEXi_SetIirFilterAsync()
1231 if (FALSE == SendCommandEx(sndexWork.command, pParam->d2)) in SNDEXi_SetIirFilterAsync()
1247 if (FALSE == SendCommandEx(sndexWork.command, 0)) in SNDEXi_SetIirFilterAsync()
1720 SendCommandEx (u8 command, u16 param) in SendCommandEx() function