Zephyr API Documentation 4.0.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
icm42670.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2024 TDK Invensense
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#ifndef ZEPHYR_INCLUDE_DRIVERS_SENSOR_ICM42670_H_
8#define ZEPHYR_INCLUDE_DRIVERS_SENSOR_ICM42670_H_
9
11
21#define ICM42670_LOW_NOISE_MODE (0)
22#define ICM42670_LOW_POWER_MODE (1)
23
50#endif /* ZEPHYR_INCLUDE_DRIVERS_SENSOR_ICM42670_H_ */
@ SENSOR_ATTR_PRIV_START
This and higher values are sensor specific.
Definition sensor.h:359
sensor_attribute_icm42670
Extended sensor attributes for ICM42670 6-axis MEMS sensor.
Definition icm42670.h:42
@ SENSOR_ATTR_AVERAGING
Averaging configuration.
Definition icm42670.h:48
@ SENSOR_ATTR_BW_FILTER_LPF
BW filtering.
Definition icm42670.h:46
Public APIs for the sensor driver.