gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 10 of 12 for funcall:out_h from mtkernel_3 (0.02 seconds)
mtkernel_3
device/adc/sysdepend/rx231/adc_rx231.c - 6.0KB - 201 lines
68: 
69:         out_h(ADCSR, ADCSR_ADST | ADCSR_ADIE); // Start Covert
70: 
More results from adc_rx231.c
device/adc/sysdepend/rza2m/adc_rza2m.c - 4.7KB - 174 lines
65:         }
66:         out_h(ADANSA0, chset);
67: 
More results from adc_rza2m.c
device/i2c/sysdepend/rx231/i2c_rx231.c - 11.4KB - 335 lines
293:                 DI(sts);
294:                 out_h(SYSTEM_PRCR, 0xA502);           // Disable Register Protect
295:                 *(UW*)(MSTPCRB) &= ~(1<<21);          // Release module stop
More results from i2c_rx231.c
device/ser/sysdepend/rx231/ser_rx231.c - 9.0KB - 299 lines
271:                 DI(sts);
272:                 out_h(SYSTEM_PRCR, 0xA502);   /* Disable Register Protect */
273:                 *mstp &= ~(1<<mstp_bit[unit]);        /* Release module stop */
More results from ser_rx231.c
device/ser/sysdepend/rza2m/ser_rza2m.c - 10.5KB - 342 lines
80:                         reg = in_h(ba[unit] + SCI_SCR);
81:                         out_h(ba[unit] + SCI_SCR, reg & ~SCI_SCR_TIE);
82:                 }
More results from ser_rza2m.c
kernel/sysdepend/cpu/core/rxv2/sys_timer.h - 3.2KB - 109 lines
29:         /* set Timer Count */
30:         out_h(CMT0_COR, EXTAL_CLOCK/PCLK_DIV/1000*TIMER_PERIOD/CMCR_DIV - 1);
31: 
More results from sys_timer.h
kernel/sysdepend/cpu/rx231/cpu_clock.c - 2.3KB - 68 lines
32: {
33:         out_h(SYSTEM_PRCR, 0xA503);                    /* Register Protect Disable */
34: 
More results from cpu_clock.c
kernel/sysdepend/cpu/rza2m/cpu_clock.c - 1.2KB - 53 lines
39:         /* CPG Setting */
40:         out_h(CPG_FRQCR, CPG_FRQCR_INIVAL);
41: 
kernel/sysdepend/iote_rx231/hw_setting.c - 4.0KB - 147 lines
87:         /* Setup module stop */
88:         out_h(SYSTEM_PRCR, 0xA502);            /* Disable Register Protect */
89:         for(p = mstop_tbl; p->addr != 0; p++) {
More results from hw_setting.c
lib/libtk/sysdepend/cpu/rx231/ptimer_rx231.c - 6.3KB - 219 lines
61:                 DisableInt( intno);
62:                 out_h(TMR_TCCR, 0);                   // Timer Stop
63:         }
More results from ptimer_rx231.c