Search | Google it | Results 1 - 1 of 1 for funcall:INTNO_TXI from mtkernel_3/device/ser/sysdepend/rza2m/ser_rza2m.c (0.00 seconds) |
260: ClearInt( INTNO_RXI(unit)); 261: ClearInt( INTNO_TXI(unit)); 262: 265: EnableInt( INTNO_RXI(unit), DEVCNF_SER_INTPRI); 266: EnableInt( INTNO_TXI(unit), DEVCNF_SER_INTPRI); 267: 275: DisableInt( INTNO_RXI(unit)); 276: DisableInt( INTNO_TXI(unit)); 277: stop_com(unit); // Stop communication 326: p_dcb->intno_rcv = INTNO_RXI(unit); 327: p_dcb->intno_snd = INTNO_TXI(unit); 328: 335: dint.inthdr = sci_txi_inthdr; 336: err = tk_def_int(INTNO_TXI(unit), &dint); 337: