gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:_console_ctl (0.00 seconds)
tkernel_2
driver/tef_em1d/console/src/console_drv.c - 31.8KB - 957 lines
881:                 { CONSIO_CONSOLE_CTL_PARA *p = para;
882:                 return _console_ctl(p->port, p->req, p->arg); }
883:         }
937: _console_conf(CS_CREATE, (UW*)arg); 938: _console_ctl(1, 0x8e, 0x3); /* Stop sending/receiving */ 939: }
945: /* Initialize the standard console port */ 946: _console_ctl(1, ECHO, 1); 947: _console_ctl(1, INPUT, EDIT); 948: _console_ctl(1, NEWLINE, 1); 949: _console_ctl(1, FLOWC, IXON | IXOFF); 950: if (!_isDebugMode()) _console_ctl(1, 0x8e, 0x3); 951: /* Stop sending/receiving */