1 /* Generated from {{ data["template"] }}. Do NOT modify */
4 .macro isr_template vector, no_error_code=1
5 .global _asm_isr\vector
6 .type _asm_isr\vector, @function
15 {% for isrdef in data["exception"]["ivdefs"] %}
16 {% if isrdef["has_errcode"] %}
17 isr_template {{ isrdef["iv"] }}, no_error_code=0
19 isr_template {{ isrdef["iv"] }}, no_error_code=1