gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 10 of 18 for funcall:in_w from mtkernel_3 (0.01 seconds)
mtkernel_3
device/adc/sysdepend/rx231/adc_rx231.c - 6.0KB - 201 lines
131: 
132:         if(in_w(MSTPCRA) & (1<<17)) {
133:                 DI(sts);
device/adc/sysdepend/stm32l4/adc_stm32l4.c - 8.0KB - 257 lines
63:                 unit = DEV_ADC_3;
64:         } else if( in_w(ADC_ISR(DEV_ADC_1))) {
65:                 unit = DEV_ADC_1;
More results from adc_stm32l4.c
device/adc/sysdepend/tx03_m367/adc_m367.c - 4.6KB - 150 lines
83:                 while( size-- > 0) {
84:                         *buf++ = in_w( addr) & 0x0000FFF;
85:                         addr += 4;
More results from adc_m367.c
device/i2c/sysdepend/rx231/i2c_rx231.c - 11.4KB - 335 lines
291: 
292:         if(in_w(MSTPCRB) & (1<<21)) {
293:                 DI(sts);
device/i2c/sysdepend/stm32l4/i2c_stm32l4.c - 11.2KB - 330 lines
102: 
103:         i2c_st = in_w(I2C_ISR(unit));
104:         if( i2c_st & I2C_ISR_NACKF) {
More results from i2c_stm32l4.c
device/i2c/sysdepend/tx03_m367/i2c_m367.c - 10.5KB - 305 lines
90: 
91:         sbisr = in_w(ba[unit] + I2C_SBIxSR);
92:         if ( (sbisr & I2C_SBIxSR_AL) != 0 ) {
More results from i2c_m367.c
device/ser/sysdepend/rx231/ser_rx231.c - 9.0KB - 299 lines
269: 
270:         if(in_w(mstp) & (1<<mstp_bit[unit])) {
271:                 DI(sts);
device/ser/sysdepend/stm32l4/ser_stm32l4.c - 7.2KB - 215 lines
64:         
65:         isr = in_w(USART_ISR(unit));                   // Get interrupt factor
66: 
More results from ser_stm32l4.c
device/ser/sysdepend/tx03_m367/ser_m367.c - 6.2KB - 190 lines
55:         /* Reception processing */
56:         while( (in_w( ba[unit] + UARTxFR) & UARTxFR_RXFE) == 0) {
57:                 data  = in_w(ba[unit] + UARTxDR);
More results from ser_m367.c
kernel/sysdepend/cpu/core/armv7a/sys_timer.h - 2.8KB - 95 lines
88: 
89:         max = in_w(OSTM0_CMP);         /* Timer cycle value */
90:         ofs = in_w(OSTM0_CNT);         /* Current timer value (Down count) */
More results from sys_timer.h