summaryrefslogtreecommitdiff
path: root/driver/accel_kx022.h
diff options
context:
space:
mode:
Diffstat (limited to 'driver/accel_kx022.h')
-rw-r--r--driver/accel_kx022.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/driver/accel_kx022.h b/driver/accel_kx022.h
index d25d68b380..7b1ea89c43 100644
--- a/driver/accel_kx022.h
+++ b/driver/accel_kx022.h
@@ -120,4 +120,8 @@
#define KX022_INC2_XPWUE (1 << 4)
#define KX022_INC2_XNWUE (1 << 5)
+/* Min and Max sampling frequency in mHz */
+#define KX022_ACCEL_MIN_FREQ 781
+#define KX022_ACCEL_MAX_FREQ 1600000
+
#endif /* __CROS_EC_ACCEL_KX022_H */