You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CMSIS-DSP/cmsisdsp/cg/static/scheduler/templates/cmsis.py

10 lines
258 B
Python

{% for ptr in inputs %}
{{ptr[0]}}={{ptr[1]}}.getReadBuffer({{nb}})
{% endfor %}
{% for ptr in outputs %}
{{ptr[0]}}={{ptr[1]}}.getWriteBuffer({{nb}})
{% endfor %}
{{outArgs}}[:]=dsp.{{func}}({{inArgs}})
cgStaticError = 0