gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:tk_wai_flg from tkernel_2/driver/tef_em1d/lowkbpd/src/common.c (0.01 seconds)
tkernel_2
driver/tef_em1d/lowkbpd/src/common.c - 11.5KB - 376 lines
288:                         this is aborted by timeout in order to avoid deadlock */
289:         er = tk_wai_flg(CmdFlg, DeviceCommandReady, TWF_ORW | TWF_CLR,
290:                         &dmy, 200);
332: /* wait for receiving a command */ 333: if (tk_wai_flg(CmdFlg, ~DeviceCommandReady, TWF_ORW | TWF_CLR, 334: &cmd, TMO_FEVR) < E_OK) continue;