gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:getSIO (0.00 seconds)
tkernel_2
monitor/cmdsvc/src/console.c - 8.9KB - 293 lines
71: 
72:         if (XOFF_IN || (ch = getSIO(0)) == XOFF) {
73:                 while ((ch = getSIO(1)) != XON && ch != CTLC);
More results from console.c
monitor/cmdsvc/src/load.c - 11.5KB - 329 lines
36: 
37: #define inputByte(tmo)  getSIO(tmo)      // input one byte
38: #define outputByte(c)   putSIO(c) // output one byte