gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:tk_snd_mbx (0.00 seconds)
tkernel_2
driver/tef_em1d/kbpd/src/statmach.c - 10.8KB - 383 lines
31: 
32:         ercd = tk_snd_mbx(kpMgrInfo.dataMbx, msg);
33:         if ( ercd != E_OK ) {
driver/tef_em1d/lowkbpd/src/common.c - 11.5KB - 376 lines
104:         /* send event */
105:         er = tk_snd_mbx(EvtMbx, (T_MSG*)&evtbuf[i]);
106:         if (er < E_OK) {