Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
iis2dlpc.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2023 STMicroelectronics
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
12
13#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_ST_IIS2DLPC_H_
14#define ZEPHYR_INCLUDE_DT_BINDINGS_ST_IIS2DLPC_H_
15
22
29#define IIS2DLPC_DT_LP_M1 0
30#define IIS2DLPC_DT_LP_M2 1
31#define IIS2DLPC_DT_LP_M3 2
32#define IIS2DLPC_DT_LP_M4 3
33#define IIS2DLPC_DT_HP_MODE 4
35
42#define IIS2DLPC_DT_FILTER_BW_ODR_DIV_2 0
43#define IIS2DLPC_DT_FILTER_BW_ODR_DIV_4 1
44#define IIS2DLPC_DT_FILTER_BW_ODR_DIV_10 2
45#define IIS2DLPC_DT_FILTER_BW_ODR_DIV_20 3
47
54#define IIS2DLPC_DT_SINGLE_TAP 0
55#define IIS2DLPC_DT_SINGLE_DOUBLE_TAP 1
57
64#define IIS2DLPC_DT_FF_THRESHOLD_156_mg 0
65#define IIS2DLPC_DT_FF_THRESHOLD_219_mg 1
66#define IIS2DLPC_DT_FF_THRESHOLD_250_mg 2
67#define IIS2DLPC_DT_FF_THRESHOLD_312_mg 3
68#define IIS2DLPC_DT_FF_THRESHOLD_344_mg 4
69#define IIS2DLPC_DT_FF_THRESHOLD_406_mg 5
70#define IIS2DLPC_DT_FF_THRESHOLD_469_mg 6
71#define IIS2DLPC_DT_FF_THRESHOLD_500_mg 7
73
80#define IIS2DLPC_DT_WAKEUP_1_ODR 0
81#define IIS2DLPC_DT_WAKEUP_2_ODR 1
82#define IIS2DLPC_DT_WAKEUP_3_ODR 2
83#define IIS2DLPC_DT_WAKEUP_4_ODR 3
85
87
88#endif /* ZEPHYR_INCLUDE_DT_BINDINGS_ST_IIS2DLPC_H_ */