Searched defs:ADC_READY (Results 1 - 1 of 1) sorted by relevance

/drivers/staging/comedi/drivers/
H A Dicp_multi.c79 #define ADC_READY 0x0001 /* A/d conversion ready interrupt */ macro
191 devpriv->IntEnable &= ~ADC_READY;
195 devpriv->IntStatus |= ADC_READY;
218 devpriv->IntEnable &= ~ADC_READY;
222 devpriv->IntStatus |= ADC_READY;
355 case ADC_READY:

Completed in 58 milliseconds