Search | Google it | Results 1 - 2 of 2 for fundef:get_dcb_ptr (0.00 seconds) |
31: LOCAL T_ADC_DCB *dev_adc_cb[DEV_ADC_UNITNM]; 32: #define get_dcb_ptr(unit) (dev_adc_cb[unit]) 33: #define get_dcb_mem(unit,a) (dev_adc_cb[unit]->a)
31: LOCAL T_I2C_DCB *dev_i2c_cb[DEV_I2C_UNITNM]; 32: #define get_dcb_ptr(unit) (dev_i2c_cb[unit]) 33: #define get_dcb_mem(unit,a) (&dev_i2c_cb[unit]->a)