Zephyr Project API 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
icm566xx.h
Go to the documentation of this file.
1/*
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
14
15#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_TDK_ICM566XX_H_
16#define ZEPHYR_INCLUDE_DT_BINDINGS_TDK_ICM566XX_H_
17
24
31#define ICM566XX_DT_ACCEL_OFF 0
32#define ICM566XX_DT_ACCEL_LP 2
33#define ICM566XX_DT_ACCEL_LN 3
35
42#define ICM566XX_DT_GYRO_OFF 0
43#define ICM566XX_DT_GYRO_STANDBY 1
44#define ICM566XX_DT_GYRO_LP 2
45#define ICM566XX_DT_GYRO_LN 3
47
54#define ICM566XX_DT_ACCEL_FS_32 0
55#define ICM566XX_DT_ACCEL_FS_16 1
56#define ICM566XX_DT_ACCEL_FS_8 2
57#define ICM566XX_DT_ACCEL_FS_4 3
58#define ICM566XX_DT_ACCEL_FS_2 4
60
67#define ICM566XX_DT_GYRO_FS_4000 0
68#define ICM566XX_DT_GYRO_FS_2000 1
69#define ICM566XX_DT_GYRO_FS_1000 2
70#define ICM566XX_DT_GYRO_FS_500 3
71#define ICM566XX_DT_GYRO_FS_250 4
72#define ICM566XX_DT_GYRO_FS_125 5
73#define ICM566XX_DT_GYRO_FS_62_5 6
74#define ICM566XX_DT_GYRO_FS_31_25 7
75#define ICM566XX_DT_GYRO_FS_15_625 8
77
84#define ICM566XX_DT_ACCEL_ODR_6400 3
85#define ICM566XX_DT_ACCEL_ODR_3200 4
86#define ICM566XX_DT_ACCEL_ODR_1600 5
87#define ICM566XX_DT_ACCEL_ODR_800 6
88#define ICM566XX_DT_ACCEL_ODR_400 7
89#define ICM566XX_DT_ACCEL_ODR_200 8
90#define ICM566XX_DT_ACCEL_ODR_100 9
91#define ICM566XX_DT_ACCEL_ODR_50 10
92#define ICM566XX_DT_ACCEL_ODR_25 11
93#define ICM566XX_DT_ACCEL_ODR_12_5 12
94#define ICM566XX_DT_ACCEL_ODR_6_25 13
95#define ICM566XX_DT_ACCEL_ODR_3_125 14
96#define ICM566XX_DT_ACCEL_ODR_1_5625 15
98
105#define ICM566XX_DT_GYRO_ODR_6400 3
106#define ICM566XX_DT_GYRO_ODR_3200 4
107#define ICM566XX_DT_GYRO_ODR_1600 5
108#define ICM566XX_DT_GYRO_ODR_800 6
109#define ICM566XX_DT_GYRO_ODR_400 7
110#define ICM566XX_DT_GYRO_ODR_200 8
111#define ICM566XX_DT_GYRO_ODR_100 9
112#define ICM566XX_DT_GYRO_ODR_50 10
113#define ICM566XX_DT_GYRO_ODR_25 11
114#define ICM566XX_DT_GYRO_ODR_12_5 1
115#define ICM566XX_DT_GYRO_ODR_6_25 13
116#define ICM566XX_DT_GYRO_ODR_3_125 14
117#define ICM566XX_DT_GYRO_ODR_1_5625 15
119
126#define ICM566XX_DT_GYRO_LPF_BW_OFF 0
127#define ICM566XX_DT_GYRO_LPF_BW_1_4 1
128#define ICM566XX_DT_GYRO_LPF_BW_1_8 2
129#define ICM566XX_DT_GYRO_LPF_BW_1_16 3
130#define ICM566XX_DT_GYRO_LPF_BW_1_32 4
131#define ICM566XX_DT_GYRO_LPF_BW_1_64 5
132#define ICM566XX_DT_GYRO_LPF_BW_1_128 6
134
141#define ICM566XX_DT_ACCEL_LPF_BW_OFF 0
142#define ICM566XX_DT_ACCEL_LPF_BW_1_4 1
143#define ICM566XX_DT_ACCEL_LPF_BW_1_8 2
144#define ICM566XX_DT_ACCEL_LPF_BW_1_16 3
145#define ICM566XX_DT_ACCEL_LPF_BW_1_32 4
146#define ICM566XX_DT_ACCEL_LPF_BW_1_64 5
147#define ICM566XX_DT_ACCEL_LPF_BW_1_128 6
149
150
152
153#endif /* ZEPHYR_INCLUDE_DT_BINDINGS_TDK_ICM566XX_H_ */