gonzui


Format: Advanced Search

SearchGoogle itResults 11 - 14 of 14 for funcall:out_b from mtkernel_3 (0.01 seconds)
mtkernel_3
lib/libtk/sysdepend/cpu/rx231/ptimer_rx231.c - 6.3KB - 219 lines
98:                 out_h(TMR_TCOR, limit);                               // Set Compare match register
99:                 out_b(TMR_TCR, TCR_CMIEA | TCR_CCLR_CMA);     // Enable CMIAn
100:                 p_cb->intno = INTNO_CMIA(ptmrno);
More results from ptimer_rx231.c
lib/libtk/sysdepend/cpu/rza2m/ptimer_rza2m.c - 4.8KB - 179 lines
60:                 DisableInt( intno);
61:                 out_b( OSTMn_TT((intno==INTNO_OSTM1)?0:1), 1);        // Stop Pysical timer
62:         }
More results from ptimer_rza2m.c
lib/libtm/sysdepend/iote_rx231/tm_com.c - 3.3KB - 97 lines
57:                 while( (in_b(SCI6_SSR) & SSR_TDRE) == 0);
58:                 out_b( SCI6_TDR, *b );
59:         }
More results from tm_com.c
lib/libtm/sysdepend/iote_rza2m/tm_com.c - 4.3KB - 118 lines
68:                 } while(!(d&FSR_TDFE));
69:                 out_b(SCIFA_FTDR, *buf++);
70:                 and_h(SCIFA_FSR, ~(FSR_TEND|FSR_TDFE));
More results from tm_com.c