Line data Source code
1 0 : /*
2 : * Copyright (c) 2024 Intel Corporation
3 : * Copyright (c) 2025 Croxel Inc.
4 : * Copyright (c) 2025 CogniPilot Foundation
5 : *
6 : * SPDX-License-Identifier: Apache-2.0
7 : */
8 : #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_PNI_RM3100_H_
9 : #define ZEPHYR_INCLUDE_DT_BINDINGS_PNI_RM3100_H_
10 :
11 : /**
12 : * @defgroup RM3100 PNI DT Options
13 : * @ingroup sensor_interface
14 : * @{
15 : */
16 :
17 : /**
18 : * @defgroup RM3100_ODR Output data rate options
19 : * @{
20 : */
21 0 : #define RM3100_DT_ODR_600 0x92
22 0 : #define RM3100_DT_ODR_300 0x93
23 0 : #define RM3100_DT_ODR_150 0x94
24 0 : #define RM3100_DT_ODR_75 0x95
25 0 : #define RM3100_DT_ODR_37_5 0x96
26 0 : #define RM3100_DT_ODR_18 0x97
27 0 : #define RM3100_DT_ODR_9 0x98
28 0 : #define RM3100_DT_ODR_4_5 0x99
29 0 : #define RM3100_DT_ODR_2_3 0x9A
30 0 : #define RM3100_DT_ODR_1_2 0x9B
31 0 : #define RM3100_DT_ODR_0_6 0x9C
32 0 : #define RM3100_DT_ODR_0_3 0x9D
33 0 : #define RM3100_DT_ODR_0_015 0x9E
34 0 : #define RM3100_DT_ODR_0_0075 0x9F
35 : /** @} */
36 :
37 : /** @} */
38 :
39 : #endif /* ZEPHYR_INCLUDE_DT_BINDINGS_PNI_RM3100_H_ */
|