Search | Google it | Results 1 - 4 of 4 for funcall:stop_com (0.00 seconds) |
227: DisableInt( INTNO_TXI(unit)); 228: stop_com(unit); // Stop communication 229: break;
276: DisableInt( INTNO_TXI(unit)); 277: stop_com(unit); // Stop communication 278: break;
150: DisableInt(INTNO_USART1 + unit); 151: stop_com(unit); 152: break;
128: DisableInt(unit?INTNO_UART1:INTNO_UART0); 129: stop_com(unit); 130: break;