#include "ti_dsp.h" /* ---------------------------------------------------------------------- Send INT7 via the output FPGA ---------------------------------------------------------------------- */ void ti_interrupt(ti_dsp_p dsp) { dsp->controlWord |= CW_FLG1; ti_writeCW(dsp); dsp->controlWord ^= CW_FLG1; ti_writeCW(dsp); }