Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
iis2iclx.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_IIS2ICLX_H_
14#define ZEPHYR_INCLUDE_DT_BINDINGS_ST_IIS2ICLX_H_
15
22
29#define IIS2ICLX_DT_FS_500mG 0
30#define IIS2ICLX_DT_FS_3G 1
31#define IIS2ICLX_DT_FS_1G 2
32#define IIS2ICLX_DT_FS_2G 3
34
41#define IIS2ICLX_DT_ODR_OFF 0x0
42#define IIS2ICLX_DT_ODR_12Hz5 0x1
43#define IIS2ICLX_DT_ODR_26H 0x2
44#define IIS2ICLX_DT_ODR_52Hz 0x3
45#define IIS2ICLX_DT_ODR_104Hz 0x4
46#define IIS2ICLX_DT_ODR_208Hz 0x5
47#define IIS2ICLX_DT_ODR_416Hz 0x6
48#define IIS2ICLX_DT_ODR_833Hz 0x7
50
52
53#endif /* ZEPHYR_INCLUDE_DT_BINDINGS_ST_IIS2ICLX_H_ */