gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:_isDebugMode from tkernel_2/driver/tef_em1d/console/src/console_drv.c (0.00 seconds)
tkernel_2
driver/tef_em1d/console/src/console_drv.c - 31.8KB - 957 lines
929:         /* Create the standard console port (#1 : debug console) */
930:         arg[1] = _isDebugMode() ? DebugPort : CONF_BUFIO;
931:         arg[2] = arg[3] = 0;
932:         if (_console_conf(CS_CREATE, (UW*)arg) < E_OK && _isDebugMode()) {
933:                 /* The debug console is unusable. Therefore, It shall be
949: _console_ctl(1, FLOWC, IXON | IXOFF); 950: if (!_isDebugMode()) _console_ctl(1, 0x8e, 0x3); 951: /* Stop sending/receiving */