gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:in_b from mtkernel_3/lib/libtm/sysdepend/iote_rx231/tm_com.c (0.00 seconds)
mtkernel_3
lib/libtm/sysdepend/iote_rx231/tm_com.c - 3.3KB - 97 lines
56:         for( b = (UB *)buf; size > 0; size--, b++ ){
57:                 while( (in_b(SCI6_SSR) & SSR_TDRE) == 0);
58:                 out_b( SCI6_TDR, *b );
67: while(1) { 68: ssr = in_b(SCI6_SSR); 69: if( (ssr & SSR_RDRF) != 0) { 70: *buf = in_b( SCI6_RDR ); 71: break;