Zephyr Project API 4.1.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
adxl345.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2025 Croxel Inc.
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_ADI_ADX345_H_
7#define ZEPHYR_INCLUDE_DT_BINDINGS_ADI_ADX345_H_
8
19#define ADXL345_DT_ODR_12_5 7
20#define ADXL345_DT_ODR_25 8
21#define ADXL345_DT_ODR_50 9
22#define ADXL345_DT_ODR_100 10
23#define ADXL345_DT_ODR_200 11
24#define ADXL345_DT_ODR_400 12
29#endif /* ZEPHYR_INCLUDE_DT_BINDINGS_ADI_ADX345_H_ */