gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 5 of 5 for funcall:dev_ser_notify_err (0.00 seconds)
mtkernel_3
device/ser/ser.c - 14.9KB - 453 lines
75:         } else {       
76:                 dev_ser_notify_err( unit, DEV_SER_ERR_ROVR);  /* Buffer over flow */
77:         }
device/ser/sysdepend/rx231/ser_rx231.c - 9.0KB - 299 lines
105:         ssr &= (SCI_SSR_ORER | SCI_SSR_PER | SCI_SSR_FER);
106:         dev_ser_notify_err(unit, ssr); /* Notify error to main process */
107: }
device/ser/sysdepend/rza2m/ser_rza2m.c - 10.5KB - 342 lines
139: 
140:                 dev_ser_notify_err(unit, err);        /* Notify error to main process */
141:         }
device/ser/sysdepend/stm32l4/ser_stm32l4.c - 7.2KB - 215 lines
87:         if(err) {
88:                 dev_ser_notify_err(unit, err);        /* Notify the main process of this error. */
89:         }
device/ser/sysdepend/tx03_m367/ser_m367.c - 6.2KB - 190 lines
60:                 if (err) {
61:                         dev_ser_notify_err(unit, err);       /* Notify the main process of the communication error. */
62:                         out_w( ba[unit] + UARTxECR, 0);      /* Clear error */