Lines Matching defs:ADS1015_CHANNELS
34 #define ADS1015_CHANNELS 8
242 struct ads1015_channel_data channel_data[ADS1015_CHANNELS];
246 struct ads1015_thresh_data thresh_data[ADS1015_CHANNELS];
259 return (data->event_channel != ADS1015_CHANNELS);
273 data->event_channel = ADS1015_CHANNELS;
352 if (chan < 0 || chan >= ADS1015_CHANNELS)
879 if (channel >= ADS1015_CHANNELS) {
923 for (k = 0; k < ADS1015_CHANNELS; ++k) {
978 data->event_channel = ADS1015_CHANNELS;
983 for (i = 0; i < ADS1015_CHANNELS; i++) {