- mtkernel_3
- device/adc/sysdepend/rx231/adc_rx231.c - 6.0KB - 201 lines
75: if(ch <= 7) {
76: *buf++ = (UW)in_h(ADDR(ch));
77: } else {
- More results from adc_rx231.c
- device/adc/sysdepend/rza2m/adc_rza2m.c - 4.7KB - 174 lines
73: for(ch = start; ch <= end; ch++) { /* Read data */
74: *buf++ = (UW)in_h(ADDR(ch));
75: }
- More results from adc_rza2m.c
- device/ser/sysdepend/rza2m/ser_rza2m.c - 10.5KB - 342 lines
79: } else {
80: reg = in_h(ba[unit] + SCI_SCR);
81: out_h(ba[unit] + SCI_SCR, reg & ~SCI_SCR_TIE);
- More results from ser_rza2m.c
- kernel/sysdepend/cpu/core/rxv2/sys_timer.h - 3.2KB - 109 lines
74: out_h(CMT0_CR, 0); /* Disable compare match interrupt */
75: cmstr0 = in_h(CMT_STR0) & ~(CMT_STR0_STR0);
76: out_h(CMT_STR0, cmstr0); /* Stop timer count */
- More results from sys_timer.h
- lib/libtk/sysdepend/cpu/rx231/ptimer_rx231.c - 6.3KB - 219 lines
148: /* Get Physical timer counter */
149: *p_count = (UW)in_h(TMR_TCNT); // Read counter.
150:
- 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));
- More results from tm_com.c