Search | Google it | Results 1 - 1 of 1 for funcall:DisableInt from mtkernel_3/device/ser/ser.c (0.00 seconds) |
211: while(rsize) { 212: DisableInt(p_dcb->intno_rcv); /* Disable Receive Int. */ 213: if(p_buff->top != tail) { 258: 259: DisableInt(p_dcb->intno_snd); /* Disable Send Int. */ 260: if(next != p_buff->tail) { 281: } else { /* size = 0: Get the number of writable data */ 282: DisableInt(p_dcb->intno_snd); /* Disable Send Int. */ 283: ssize = p_buff->top - p_buff->tail;