Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
ism6hg256x.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2025 STMicroelectronics
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
12
13#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_ST_ISM6HG256X_H_
14#define ZEPHYR_INCLUDE_DT_BINDINGS_ST_ISM6HG256X_H_
15
16#include "lsm6dsvxxx.h"
17
27
34#define ISM6HG256X_HG_XL_ODR_OFF 0x0
35#define ISM6HG256X_HG_XL_ODR_AT_480Hz 0x3
36#define ISM6HG256X_HG_XL_ODR_AT_960Hz 0x4
37#define ISM6HG256X_HG_XL_ODR_AT_1920Hz 0x5
38#define ISM6HG256X_HG_XL_ODR_AT_3840Hz 0x6
39#define ISM6HG256X_HG_XL_ODR_AT_7680Hz 0x7
41
48#define ISM6HG256X_DT_FS_2G 2
49#define ISM6HG256X_DT_FS_4G 4
50#define ISM6HG256X_DT_FS_8G 8
51#define ISM6HG256X_DT_FS_16G 16
52#define ISM6HG256X_DT_FS_32G 32
53#define ISM6HG256X_DT_FS_64G 64
54#define ISM6HG256X_DT_FS_128G 128
55#define ISM6HG256X_DT_FS_256G 256
57
64#define ISM6HG256X_DT_FS_250DPS 0x1
65#define ISM6HG256X_DT_FS_500DPS 0x2
66#define ISM6HG256X_DT_FS_1000DPS 0x3
67#define ISM6HG256X_DT_FS_2000DPS 0x4
68#define ISM6HG256X_DT_FS_4000DPS 0x5
70
72
73#endif /* ZEPHYR_INCLUDE_DT_BINDINGS_ST_ISM6HG256X_H_ */
Devicetree binding constants shared by the ST LSM6DSVxxx 6-axis IMUs.