Home
last modified time | relevance | path

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

/cmsis-dsp-latest/PythonWrapper/examples/kws_example/
Dappnodes.py103 errorStatus = 0
112 return(errorStatus)
123 errorStatus = 0
127 return(errorStatus)
143 errorStatus = 0
161 return(errorStatus)
/cmsis-dsp-latest/PythonWrapper/examples/
Dtestmfccq15.py33 errorStatus,resQ15=dsp.arm_mfcc_q15(mfccq15,debugQ15,tmp) variable
34 print("MFCC status = %d" % errorStatus)
Dtestmfccq31.py33 errorStatus,resQ31=dsp.arm_mfcc_q31(mfccq31,debugQ31,tmp) variable
34 print("MFCC status = %d" % errorStatus)