gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:in_h from mtkernel_3/lib/libtm/sysdepend/iote_rza2m/tm_com.c (0.00 seconds)
mtkernel_3
lib/libtm/sysdepend/iote_rza2m/tm_com.c - 4.3KB - 118 lines
66:                 do {
67:                         d = in_h(SCIFA_FSR);
68:                 } while(!(d&FSR_TDFE));
71: } 72: while(!(in_h(SCIFA_FSR) & FSR_TEND)); /* Waiting for transmission completion */ 73: }
77: while(size--) { 78: while(!(in_h(SCIFA_FSR) & (FSR_RDF|FSR_DR))) { 79: if((in_h(SCIFA_FSR) & FSR_ERROR) || (in_h(SCIFA_LSR) & LSR_ORER)) { 80: /* Clear error */