Zephyr Project API
4.1.0
A Scalable Open Source RTOS
Zephyr Project API 4.1.0
Toggle main menu visibility
Main Page
Related Pages
Topics
Data Structures
Data Structures
Data Structure Index
Data Fields
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
Enumerator
Files
File List
Globals
All
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
$
a
b
c
d
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
x
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Macros
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
See also (go back to)
Bridle
Bridle API
Zephyr Project
Zephyr Project API
Kconfig Reference
Devicetree Bindings
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Loading...
Searching...
No Matches
icm42x70.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_ICM42X70_H_
8
#define ZEPHYR_INCLUDE_DRIVERS_SENSOR_ICM42X70_H_
9
10
#include <
zephyr/drivers/sensor.h
>
11
21
#define ICM42X70_LOW_NOISE_MODE (0)
22
#define ICM42X70_LOW_POWER_MODE (1)
23
42
enum
sensor_attribute_icm42x70
{
46
SENSOR_ATTR_BW_FILTER_LPF
=
SENSOR_ATTR_PRIV_START
,
48
SENSOR_ATTR_AVERAGING
,
49
};
42
enum
sensor_attribute_icm42x70
{
…
};
50
#endif
/* ZEPHYR_INCLUDE_DRIVERS_SENSOR_ICM42X70_H_ */
SENSOR_ATTR_PRIV_START
@ SENSOR_ATTR_PRIV_START
This and higher values are sensor specific.
Definition
sensor.h:368
sensor_attribute_icm42x70
sensor_attribute_icm42x70
Extended sensor attributes for ICM42X70 MEMS sensor.
Definition
icm42x70.h:42
SENSOR_ATTR_AVERAGING
@ SENSOR_ATTR_AVERAGING
Averaging configuration.
Definition
icm42x70.h:48
SENSOR_ATTR_BW_FILTER_LPF
@ SENSOR_ATTR_BW_FILTER_LPF
BW filtering.
Definition
icm42x70.h:46
sensor.h
Public APIs for the sensor driver.
include
zephyr
drivers
sensor
icm42x70.h
Generated on Sun Mar 30 2025 16:03:57 for Zephyr Project API by
1.9.8