Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
adxl362.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2025 Analog Devices Inc.
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
12
13#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_ADI_ADX362_H_
14#define ZEPHYR_INCLUDE_DT_BINDINGS_ADI_ADX362_H_
15
22
29#define ADXL362_FIFO_MODE_DISABLED 0x0
30#define ADXL362_FIFO_MODE_OLDEST_SAVED 0x1
31#define ADXL362_FIFO_MODE_STREAM 0x2
32#define ADXL362_FIFO_MODE_TRIGGERED 0x3
34
36
37#endif /* ZEPHYR_INCLUDE_DT_BINDINGS_ADI_ADX362_H_ */