Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
lsm6dsv32x.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_LSM6DSV32X_H_
14#define ZEPHYR_INCLUDE_DT_BINDINGS_ST_LSM6DSV32X_H_
15
16#include "lsm6dsvxxx.h"
17
27
34#define LSM6DSV32X_DT_FS_4G 4
35#define LSM6DSV32X_DT_FS_8G 8
36#define LSM6DSV32X_DT_FS_16G 16
37#define LSM6DSV32X_DT_FS_32G 32
39
46#define LSM6DSV32X_DT_FS_125DPS 0x0
47#define LSM6DSV32X_DT_FS_250DPS 0x1
48#define LSM6DSV32X_DT_FS_500DPS 0x2
49#define LSM6DSV32X_DT_FS_1000DPS 0x3
50#define LSM6DSV32X_DT_FS_2000DPS 0x4
51#define LSM6DSV32X_DT_FS_4000DPS 0xc
53
55
56#endif /* ZEPHYR_INCLUDE_DT_BINDINGS_ST_LSM6DSV32X_H_ */
Devicetree binding constants shared by the ST LSM6DSVxxx 6-axis IMUs.