gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 4 of 4 for funcall:dev_ser_notify_rcv (0.00 seconds)
mtkernel_3
device/ser/sysdepend/rx231/ser_rx231.c - 9.0KB - 299 lines
87:         data = in_b(ba[unit] + SCI_RDR);
88:         dev_ser_notify_rcv(unit, data);        /* Notify the main process of data reception. */
89: 
device/ser/sysdepend/rza2m/ser_rza2m.c - 10.5KB - 342 lines
109: 
110:                 dev_ser_notify_rcv(unit, data);       /* Notify the main process of data reception. */      
111:         }
device/ser/sysdepend/stm32l4/ser_stm32l4.c - 7.2KB - 215 lines
72:                 data = in_w(USART_RDR(unit));
73:                 dev_ser_notify_rcv(unit, data);       /* Notify the main process of data reception. */
74:         }
device/ser/sysdepend/tx03_m367/ser_m367.c - 6.2KB - 190 lines
64:                 }
65:                 dev_ser_notify_rcv(unit, data);       /* Notify the main process of data reception. */
66:         }