Lines Matching defs:ADS1015_CHANNELS
34 #define ADS1015_CHANNELS 8
251 struct ads1015_channel_data channel_data[ADS1015_CHANNELS];
255 struct ads1015_thresh_data thresh_data[ADS1015_CHANNELS];
268 return (data->event_channel != ADS1015_CHANNELS);
282 data->event_channel = ADS1015_CHANNELS;
402 if (chan < 0 || chan >= ADS1015_CHANNELS)
920 if (channel >= ADS1015_CHANNELS) {
964 for (k = 0; k < ADS1015_CHANNELS; ++k) {
1008 data->event_channel = ADS1015_CHANNELS;
1014 for (i = 0; i < ADS1015_CHANNELS; i++) {