gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:tk_set_flg from tkernel_2/driver/tef_em1d/console/src/ns16450.c (0.00 seconds)
tkernel_2
driver/tef_em1d/console/src/ns16450.c - 30.8KB - 891 lines
251:                         if ( li->in_wptr == li->in_rptr ) {
252:                                 tk_set_flg(li->flg, FLG_IN_NORM);
253:                         }
304: /* Generate the event when a receive-buffer is empty */ 305: if ( ptr == li->in_rptr ) tk_set_flg(li->flg, FLG_IN_NORM); 306:
361: if (cnt < li->ou_cnt) { 362: tk_set_flg(li->flg, FLG_OU_NORM); 363: li->ou_cnt = 0;
753: case RS_ABORT: /* Abort (release wait) */ 754: tk_set_flg(li->flg, FLG_IN_ABORT | FLG_OU_ABORT); /* Release */ 755: break;