Zephyr API Documentation
4.0.0-rc2
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
ads114s0x_adc.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2023 SILA Embedded Solutions GmbH
3
*
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
7
#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_ADC_ADS114S0X_ADC_H_
8
#define ZEPHYR_INCLUDE_DT_BINDINGS_ADC_ADS114S0X_ADC_H_
9
10
/*
11
* These are the available data rates described as samples per second. They
12
* can be used with the time unit ticks for the acquisition time.
13
*/
14
#define ADS114S0X_CONFIG_DR_2_5 0
15
#define ADS114S0X_CONFIG_DR_5 1
16
#define ADS114S0X_CONFIG_DR_10 2
17
#define ADS114S0X_CONFIG_DR_16_6 3
18
#define ADS114S0X_CONFIG_DR_20 4
19
#define ADS114S0X_CONFIG_DR_50 5
20
#define ADS114S0X_CONFIG_DR_60 6
21
#define ADS114S0X_CONFIG_DR_100 7
22
#define ADS114S0X_CONFIG_DR_200 8
23
#define ADS114S0X_CONFIG_DR_400 9
24
#define ADS114S0X_CONFIG_DR_800 10
25
#define ADS114S0X_CONFIG_DR_1000 11
26
#define ADS114S0X_CONFIG_DR_2000 12
27
#define ADS114S0X_CONFIG_DR_4000 13
28
29
#endif
/* ZEPHYR_INCLUDE_DT_BINDINGS_ADC_ADS114S0X_ADC_H_ */
zephyr
dt-bindings
adc
ads114s0x_adc.h
Generated on Fri Nov 8 2024 21:02:38 for Zephyr API Documentation by
1.12.0