Searched refs:ADS1015_CHANNELS (Results 1 – 1 of 1) sorted by relevance
34 #define ADS1015_CHANNELS 8 macro251 struct ads1015_channel_data channel_data[ADS1015_CHANNELS];255 struct ads1015_thresh_data thresh_data[ADS1015_CHANNELS];268 return (data->event_channel != ADS1015_CHANNELS); in ads1015_event_channel_enabled()282 data->event_channel = ADS1015_CHANNELS; in ads1015_event_channel_disable()402 if (chan < 0 || chan >= ADS1015_CHANNELS) in ads1015_get_adc_result()920 if (channel >= ADS1015_CHANNELS) { in ads1015_client_get_channels_config()964 for (k = 0; k < ADS1015_CHANNELS; ++k) { in ads1015_get_channels_config()1008 data->event_channel = ADS1015_CHANNELS; in ads1015_probe()1014 for (i = 0; i < ADS1015_CHANNELS; i++) { in ads1015_probe()