Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
ism330dhcx.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_ISM330DHCX_H_
14#define ZEPHYR_INCLUDE_DT_BINDINGS_ST_ISM330DHCX_H_
15
22
29#define ISM330DHCX_DT_ODR_OFF 0x0
30#define ISM330DHCX_DT_ODR_12Hz5 0x1
31#define ISM330DHCX_DT_ODR_26H 0x2
32#define ISM330DHCX_DT_ODR_52Hz 0x3
33#define ISM330DHCX_DT_ODR_104Hz 0x4
34#define ISM330DHCX_DT_ODR_208Hz 0x5
35#define ISM330DHCX_DT_ODR_416Hz 0x6
36#define ISM330DHCX_DT_ODR_833Hz 0x7
37#define ISM330DHCX_DT_ODR_1666Hz 0x8
38#define ISM330DHCX_DT_ODR_3332Hz 0x9
39#define ISM330DHCX_DT_ODR_6667Hz 0xa
40#define ISM330DHCX_DT_ODR_1Hz6 0xb
42
44
45#endif /* ZEPHYR_INCLUDE_DT_BINDINGS_ST_ISM330DHCX_H_ */