Zephyr API Documentation
3.6.0
A Scalable Open Source RTOS
3.6.0
Toggle main menu visibility
Main Page
Related Pages
Modules
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
r
s
t
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
▼
Zephyr API Documentation
►
Introduction
Deprecated List
►
Modules
►
Data Structures
▼
Files
►
File List
►
Globals
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Loading...
Searching...
No Matches
lis2dh.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2023 STMicroelectronics
3
*
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_ST_LIS2DH_H_
7
#define ZEPHYR_INCLUDE_DT_BINDINGS_ST_LIS2DH_H_
8
9
/* GPIO interrupt configuration */
10
#define LIS2DH_DT_GPIO_INT_EDGE 0
11
#define LIS2DH_DT_GPIO_INT_EDGE_RISING 1
12
#define LIS2DH_DT_GPIO_INT_EDGE_FALLING 2
13
#define LIS2DH_DT_GPIO_INT_LEVEL_HIGH 3
14
#define LIS2DH_DT_GPIO_INT_LEVEL_LOW 4
15
16
/* Any Motion mode */
17
#define LIS2DH_DT_ANYM_OR_COMBINATION 0
18
#define LIS2DH_DT_ANYM_6D_MOVEMENT 1
19
#define LIS2DH_DT_ANYM_AND_COMBINATION 2
20
#define LIS2DH_DT_ANYM_6D_POSITION 3
21
22
#endif
/* ZEPHYR_INCLUDE_DT_BINDINGS_ST_LIS2DH_H_ */
zephyr
dt-bindings
sensor
lis2dh.h
Generated on Sat Feb 24 2024 03:45:05 for Zephyr API Documentation by
1.9.6