12#ifndef ZEPHYR_INCLUDE_DRIVERS_SENSOR_ADXL355_ADXL355_H_
13#define ZEPHYR_INCLUDE_DRIVERS_SENSOR_ADXL355_ADXL355_H_
adxl355_hpf_corner
ADXL355 High Pass Filter corner frequency options.
Definition adxl355.h:54
@ ADXL355_HPF_0_3862e_4
High-pass filter corner at 0.3862e-4 times ODR.
Definition adxl355.h:64
@ ADXL355_HPF_1_5545e_4
High-pass filter corner at 1.5545e-4 times ODR.
Definition adxl355.h:62
@ ADXL355_HPF_0_0954e_4
High-pass filter corner at 0.0954e-4 times ODR.
Definition adxl355.h:66
@ ADXL355_HPF_OFF
High-pass filter disabled.
Definition adxl355.h:56
@ ADXL355_HPF_24_7e_4
High-pass filter corner at 24.7e-4 times ODR.
Definition adxl355.h:58
@ ADXL355_HPF_0_0238e_4
High-pass filter corner at 0.0238e-4 times ODR.
Definition adxl355.h:68
@ ADXL355_HPF_6_208e_4
High-pass filter corner at 6.208e-4 times ODR.
Definition adxl355.h:60
sensor_attribute_adxl355
ADXL355-specific sensor attributes.
Definition adxl355.h:24
@ SENSOR_ATTR_ADXL355_ACTIVITY_COUNT
Activity count.
Definition adxl355.h:40
@ SENSOR_ATTR_ADXL355_FIFO_WATERMARK
FIFO watermark level.
Definition adxl355.h:26
@ SENSOR_ATTR_ADXL355_I2C_HS
I2C high speed mode.
Definition adxl355.h:34
@ SENSOR_ATTR_ADXL355_EXT_SYNC
External sync setting.
Definition adxl355.h:32
@ SENSOR_ATTR_ADXL355_ACTIVITY_ENABLE_X
Activity enable for X axis.
Definition adxl355.h:42
@ SENSOR_ATTR_ADXL355_INT_POL
Interrupt polarity.
Definition adxl355.h:36
@ SENSOR_ATTR_ADXL355_HPF_CORNER
Highpass filter corner.
Definition adxl355.h:28
@ SENSOR_ATTR_ADXL355_ACTIVITY_ENABLE_Y
Activity enable for Y axis.
Definition adxl355.h:44
@ SENSOR_ATTR_ADXL355_ACTIVITY_THRESHOLD
Activity threshold.
Definition adxl355.h:38
@ SENSOR_ATTR_ADXL355_EXT_CLK
External clock setting.
Definition adxl355.h:30
@ SENSOR_ATTR_ADXL355_ACTIVITY_ENABLE_Z
Activity enable for Z axis.
Definition adxl355.h:46
Devicetree bindings for the Analog Devices ADXL355 accelerometer.
#define ADXL355_DT_HPF_OFF
High-pass filter disabled.
Definition adxl355.h:67
@ SENSOR_ATTR_PRIV_START
This and higher values are sensor specific.
Definition sensor.h:407
Main header file for sensor driver API.