gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 10 of 16 for funcall:EI from mtkernel_3 (0.01 seconds)
mtkernel_3
device/adc/sysdepend/rx231/adc_rx231.c - 6.0KB - 201 lines
136:                 out_h(SYSTEM_PRCR, 0xA500);   /* Enable Register protect */
137:                 EI(sts);
138:         }
device/i2c/sysdepend/rx231/i2c_rx231.c - 11.4KB - 335 lines
296:                 out_h(SYSTEM_PRCR, 0xA500);           // Enable Register protect
297:                 EI(sts);
298: 
device/i2c/sysdepend/stm32l4/i2c_stm32l4.c - 11.2KB - 330 lines
211:                         out_w(I2C_CR2(unit), i2c_ctl | I2C_CR2_START);
212:                         EI(imask);
213:                         break;
device/i2c/sysdepend/tx03_m367/i2c_m367.c - 10.5KB - 305 lines
198:                         out_w(ba[unit] + I2C_SBIxCR2, I2C_SBIxCR2_START);
199:                         EI(imask);
200:                         break;
More results from i2c_m367.c
device/ser/ser.c - 14.9KB - 453 lines
144:                         p_dcb->com_error = 0;
145:                         EI(imask);
146:                         break;
device/ser/sysdepend/rx231/ser_rx231.c - 9.0KB - 299 lines
274:                 out_h(SYSTEM_PRCR, 0xA500);   /* Enable Register protect */
275:                 EI(sts);
276:         }
kernel/sysdepend/cpu/core/armv7a/sys_timer.h - 2.8KB - 95 lines
42: 
43:         EI(imask);
44: }
kernel/sysdepend/cpu/core/armv7m/sys_timer.h - 3.2KB - 108 lines
41: 
42:         EI(imask);
43: }
More results from sys_timer.h
kernel/sysdepend/cpu/core/rxv2/sys_timer.h - 3.2KB - 109 lines
103: 
104:         EI(imask);
105: 
kernel/tkernel/memory.c - 9.3KB - 334 lines
202: err_ret:
203:         EI(imask);
204: 
More results from memory.c