Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches

Analog Devices ADXL367 3-axis accelerometer. More...

Files

file  adxl367.h
 Devicetree binding constants for the Analog Devices ADXL367 accelerometer.

FIFO mode options

Values for the fifo-mode devicetree property.

#define ADXL367_FIFO_MODE_DISABLED   0x0
 FIFO disabled.
#define ADXL367_FIFO_MODE_OLDEST_SAVED   0x1
 Stop when full, keep oldest samples.
#define ADXL367_FIFO_MODE_STREAM   0x2
 Continuous stream, overwrite oldest.
#define ADXL367_FIFO_MODE_TRIGGERED   0x3
 Capture samples around a trigger event.

Detailed Description

Analog Devices ADXL367 3-axis accelerometer.

Macro Definition Documentation

◆ ADXL367_FIFO_MODE_DISABLED

#define ADXL367_FIFO_MODE_DISABLED   0x0

#include <zephyr/dt-bindings/sensor/adxl367.h>

FIFO disabled.

◆ ADXL367_FIFO_MODE_OLDEST_SAVED

#define ADXL367_FIFO_MODE_OLDEST_SAVED   0x1

#include <zephyr/dt-bindings/sensor/adxl367.h>

Stop when full, keep oldest samples.

◆ ADXL367_FIFO_MODE_STREAM

#define ADXL367_FIFO_MODE_STREAM   0x2

#include <zephyr/dt-bindings/sensor/adxl367.h>

Continuous stream, overwrite oldest.

◆ ADXL367_FIFO_MODE_TRIGGERED

#define ADXL367_FIFO_MODE_TRIGGERED   0x3

#include <zephyr/dt-bindings/sensor/adxl367.h>

Capture samples around a trigger event.