Search | Google it | Results 1 - 2 of 2 for funcall:INTNO_ERI (0.00 seconds) |
215: /* Enable Interrupt */ 216: EnableInt( INTNO_ERI(unit), DEVCNF_SER_INTPRI); 217: EnableInt( INTNO_RXI(unit), DEVCNF_SER_INTPRI);
258: /* Clear Interrupt */ 259: ClearInt( INTNO_ERI(unit)); 260: ClearInt( INTNO_RXI(unit));