@Ghazascanner
_2019runbot
Ghazascanner File Manager
server :Linux phpmyadmin-ubuntu-m-2vcpu-16gb-blr1-01 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
Current Path :
/
usr
/
src
/
linux-headers-5.4.0-216
/
include
/
linux
/
platform_data
/
Path :
Upload File :
New :
File
Dir
//usr/src/linux-headers-5.4.0-216/include/linux/platform_data/ads1015.h
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Platform Data for ADS1015 12-bit 4-input ADC * (C) Copyright 2010 * Dirk Eibach, Guntermann & Drunck GmbH <eibach@gdsys.de> */ #ifndef LINUX_ADS1015_H #define LINUX_ADS1015_H #define ADS1015_CHANNELS 8 struct ads1015_channel_data { bool enabled; unsigned int pga; unsigned int data_rate; }; struct ads1015_platform_data { struct ads1015_channel_data channel_data[ADS1015_CHANNELS]; }; #endif /* LINUX_ADS1015_H */