Zephyr API Documentation 4.2.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
lis2dh.h
Go to the documentation of this file.
1/*
2 * Copyright The Zephyr Project Contributors
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
12
13#ifndef ZEPHYR_INCLUDE_DRIVERS_SENSOR_LIS2DH_H_
14#define ZEPHYR_INCLUDE_DRIVERS_SENSOR_LIS2DH_H_
15
22
24
33
48
52
53#endif /* ZEPHYR_INCLUDE_DRIVERS_SENSOR_LIS2DH_H_ */
lis2dh_self_test
Possible values for SENSOR_ATTR_LIS2DH_SELF_TEST custom attribute.
Definition lis2dh.h:28
sensor_attribute_lis2dh
Custom sensor attributes for LIS2DH.
Definition lis2dh.h:37
@ LIS2DH_SELF_TEST_NEGATIVE
Simulates a negative-direction acceleration.
Definition lis2dh.h:31
@ LIS2DH_SELF_TEST_DISABLE
Self-test disabled.
Definition lis2dh.h:29
@ LIS2DH_SELF_TEST_POSITIVE
Simulates a positive-direction acceleration.
Definition lis2dh.h:30
@ SENSOR_ATTR_LIS2DH_SELF_TEST
Sets the self-test mode.
Definition lis2dh.h:46
@ SENSOR_ATTR_PRIV_START
This and higher values are sensor specific.
Definition sensor.h:378
Main header file for sensor driver API.