- mtkernel_3
- device/adc/sysdepend/rx231/adc_rx231.c - 6.0KB - 201 lines
132: if(in_w(MSTPCRA) & (1<<17)) {
133: DI(sts);
134: out_h(SYSTEM_PRCR, 0xA502); /* Disable Register Protect */
- device/i2c/sysdepend/rx231/i2c_rx231.c - 11.4KB - 335 lines
292: if(in_w(MSTPCRB) & (1<<21)) {
293: DI(sts);
294: out_h(SYSTEM_PRCR, 0xA502); // Disable Register Protect
- device/i2c/sysdepend/stm32l4/i2c_stm32l4.c - 11.2KB - 330 lines
195: case I2C_STS_START:
196: DI(imask);
197: i2c_ctl = p_cb->sadr <<1;
- device/i2c/sysdepend/tx03_m367/i2c_m367.c - 10.5KB - 305 lines
188: case I2C_STS_START:
189: DI(imask);
190: out_w(ba[unit] + I2C_SBIxCR1, I2C_SBIxCR1_INIT);
- More results from i2c_m367.c
- device/ser/ser.c - 14.9KB - 453 lines
141: case TDN_SER_COMERR: /* Communication Error */
142: DI(imask);
143: *(UW*)req->buf = p_dcb->com_error;
- device/ser/sysdepend/rx231/ser_rx231.c - 9.0KB - 299 lines
270: if(in_w(mstp) & (1<<mstp_bit[unit])) {
271: DI(sts);
272: out_h(SYSTEM_PRCR, 0xA502); /* Disable Register Protect */
- kernel/sysdepend/cpu/core/armv7a/sys_timer.h - 2.8KB - 95 lines
30:
31: DI(imask);
32:
- kernel/sysdepend/cpu/core/armv7m/sys_timer.h - 3.2KB - 108 lines
29:
30: DI(imask);
31:
- More results from sys_timer.h
- kernel/sysdepend/cpu/core/rxv2/sys_timer.h - 3.2KB - 109 lines
92:
93: DI(imask);
94:
- kernel/tkernel/memory.c - 9.3KB - 334 lines
174:
175: DI(imask); /* Exclusive control by interrupt disable */
176:
- More results from memory.c