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) 2026 TDK Invensense
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#ifndef ZEPHYR_INCLUDE_DRIVERS_SENSOR_ICM566XX_H_
8#define ZEPHYR_INCLUDE_DRIVERS_SENSOR_ICM566XX_H_
9
11
19
21#define ICM566XX_LOW_NOISE_MODE (0)
22
24#define ICM566XX_LOW_POWER_MODE (1)
25
52#endif /* ZEPHYR_INCLUDE_DRIVERS_SENSOR_ICM566XX_H_ */
sensor_attribute_icm566xx
Extended sensor attributes for ICM566XX MEMS sensor.
Definition icm566xx.h:44
@ SENSOR_ATTR_PRIV_START
This and higher values are sensor specific.
Definition sensor.h:449
@ SENSOR_ATTR_AVERAGING
Averaging configuration.
Definition icm42x70.h:48
@ SENSOR_ATTR_BW_FILTER_LPF
BW filtering.
Definition icm42x70.h:46
Main header file for sensor driver API.