Searched refs:ADS1015_CHANNELS (Results 1 – 1 of 1) sorted by relevance
34 #define ADS1015_CHANNELS 8 macro242 struct ads1015_channel_data channel_data[ADS1015_CHANNELS];246 struct ads1015_thresh_data thresh_data[ADS1015_CHANNELS];259 return (data->event_channel != ADS1015_CHANNELS); in ads1015_event_channel_enabled()273 data->event_channel = ADS1015_CHANNELS; in ads1015_event_channel_disable()352 if (chan < 0 || chan >= ADS1015_CHANNELS) in ads1015_get_adc_result()879 if (channel >= ADS1015_CHANNELS) { in ads1015_client_get_channels_config()923 for (k = 0; k < ADS1015_CHANNELS; ++k) { in ads1015_get_channels_config()978 data->event_channel = ADS1015_CHANNELS; in ads1015_probe()983 for (i = 0; i < ADS1015_CHANNELS; i++) { in ads1015_probe()