Zephyr Project API 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
adxl313.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2026 RAKwireless Technology Limited
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
12
13#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_SENSOR_ADXL313_H_
14#define ZEPHYR_INCLUDE_DT_BINDINGS_SENSOR_ADXL313_H_
15
22
29#define ADXL313_DT_ODR_6_25 6
30#define ADXL313_DT_ODR_12_5 7
31#define ADXL313_DT_ODR_25 8
32#define ADXL313_DT_ODR_50 9
33#define ADXL313_DT_ODR_100 10
34#define ADXL313_DT_ODR_200 11
35#define ADXL313_DT_ODR_400 12
36#define ADXL313_DT_ODR_800 13
37#define ADXL313_DT_ODR_1600 14
38#define ADXL313_DT_ODR_3200 15
40
47#define ADXL313_DT_RANGE_0_5G 0
48#define ADXL313_DT_RANGE_1G 1
49#define ADXL313_DT_RANGE_2G 2
50#define ADXL313_DT_RANGE_4G 3
52
54
55#endif /* ZEPHYR_INCLUDE_DT_BINDINGS_SENSOR_ADXL313_H_ */