Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
lps2xdf.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2023 STMicroelectronics
3 * Copyright (c) 2023 PHYTEC Messtechnik GmbH
4 *
5 * SPDX-License-Identifier: Apache-2.0
6 */
7
13
14#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_ST_LPS2xDF_H_
15#define ZEPHYR_INCLUDE_DT_BINDINGS_ST_LPS2xDF_H_
16
23
30#define LPS2xDF_DT_ODR_POWER_DOWN 0
31#define LPS2xDF_DT_ODR_1HZ 1
32#define LPS2xDF_DT_ODR_4HZ 2
33#define LPS2xDF_DT_ODR_10HZ 3
34#define LPS2xDF_DT_ODR_25HZ 4
35#define LPS2xDF_DT_ODR_50HZ 5
36#define LPS2xDF_DT_ODR_75HZ 6
37#define LPS2xDF_DT_ODR_100HZ 7
38#define LPS2xDF_DT_ODR_200HZ 8
40
47#define LPS2xDF_DT_LP_FILTER_OFF 0
48#define LPS2xDF_DT_LP_FILTER_ODR_4 1
49#define LPS2xDF_DT_LP_FILTER_ODR_9 3
51
58#define LPS2xDF_DT_AVG_4_SAMPLES 0
59#define LPS2xDF_DT_AVG_8_SAMPLES 1
60#define LPS2xDF_DT_AVG_16_SAMPLES 2
61#define LPS2xDF_DT_AVG_32_SAMPLES 3
62#define LPS2xDF_DT_AVG_64_SAMPLES 4
63#define LPS2xDF_DT_AVG_128_SAMPLES 5
64#define LPS2xDF_DT_AVG_256_SAMPLES 6
65#define LPS2xDF_DT_AVG_512_SAMPLES 7
67
74#define LPS28DFW_DT_FS_MODE_1_1260 0
75#define LPS28DFW_DT_FS_MODE_2_4060 1
76#define ILPS22QS_DT_FS_MODE_1_1260 0
77#define ILPS22QS_DT_FS_MODE_2_4060 1
79
81
82#endif /* ZEPHYR_INCLUDE_DT_BINDINGS_ST_LPS22DF_H_ */