gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 4 of 4 for funcall:stop_com (0.00 seconds)
mtkernel_3
device/ser/sysdepend/rx231/ser_rx231.c - 9.0KB - 299 lines
227:                 DisableInt( INTNO_TXI(unit));
228:                 stop_com(unit);                       // Stop communication
229:                 break;
More results from ser_rx231.c
device/ser/sysdepend/rza2m/ser_rza2m.c - 10.5KB - 342 lines
276:                 DisableInt( INTNO_TXI(unit));
277:                 stop_com(unit);                       // Stop communication
278:                 break;
More results from ser_rza2m.c
device/ser/sysdepend/stm32l4/ser_stm32l4.c - 7.2KB - 215 lines
150:                 DisableInt(INTNO_USART1 + unit);
151:                 stop_com(unit);
152:                 break;
More results from ser_stm32l4.c
device/ser/sysdepend/tx03_m367/ser_m367.c - 6.2KB - 190 lines
128:                 DisableInt(unit?INTNO_UART1:INTNO_UART0);
129:                 stop_com(unit);
130:                 break;
More results from ser_m367.c