Hardware Interrupts
4-24
Example 4-5. HWI Example on C28x Platform
4.2.5 Registers
DSP/BIOS registers saved and restored with C functions conform to standard
C compiler code. For more information, either about which registers are
saved and restored, or by the TMS320 functions conforming to the Texas
Instruments C run-time model, see the optimizing compiler user’s guide for
your platform.
;
; ======== _DSS_isr ========
;
_DSS_isr:
HWI_enter AR_MASK,ACC_MASK,MISC_MASK,IERDISABLEMASK
lcr _DSS_cisr
HWI_exit AR_MASK,ACC_MASK,MISC_MASK,IERDISABLEMASK