Zephyr API Documentation 4.4.0-rc1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
adxl355.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2026 Analog Devices.
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
12
13#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_SENSOR_ADXL355_H_
14#define ZEPHYR_INCLUDE_DT_BINDINGS_SENSOR_ADXL355_H_
15
21
27#define ADXL355_DT_ODR_4000 0
29#define ADXL355_DT_ODR_2000 1
31#define ADXL355_DT_ODR_1000 2
33#define ADXL355_DT_ODR_500 3
35#define ADXL355_DT_ODR_250 4
37#define ADXL355_DT_ODR_125 5
39#define ADXL355_DT_ODR_62_5 6
41#define ADXL355_DT_ODR_31_25 7
43#define ADXL355_DT_ODR_15_625 8
45#define ADXL355_DT_ODR_7_813 9
47#define ADXL355_DT_ODR_3_906 10
49
55#define ADXL355_DT_RANGE_2G 1
57#define ADXL355_DT_RANGE_4G 2
59#define ADXL355_DT_RANGE_8G 3
61
67#define ADXL355_DT_HPF_OFF 0
69#define ADXL355_DT_HPF_24_7e_4 1
71#define ADXL355_DT_HPF_6_208e_4 2
73#define ADXL355_DT_HPF_1_5545e_4 3
75#define ADXL355_DT_HPF_0_3862e_4 4
77#define ADXL355_DT_HPF_0_0954e_4 5
79#define ADXL355_DT_HPF_0_0238e_4 6
81
87#define ADXL355_DT_EXTCLK_DISABLED 0
89#define ADXL355_DT_EXTCLK_ENABLED 1
91
97#define ADXL355_DT_INTERNAL_SYNC 0
99#define ADXL355_DT_EXTERNAL_SYNC_NO_INTERPOLATION 1
101#define ADXL355_DT_EXTERNAL_SYNC_WITH_INTERPOLATION 2
103
107
108#endif /* ZEPHYR_INCLUDE_DT_BINDINGS_SENSOR_ADXL355_H_ */