Zephyr API Documentation
4.1.99
A Scalable Open Source RTOS
4.1.99
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
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Loading...
Searching...
No Matches
mmc56x3.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2023 Kurtis Dinelle
3
*
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
15
#ifndef ZEPHYR_INCLUDE_DRIVERS_SENSOR_MMC56X3_H_
16
#define ZEPHYR_INCLUDE_DRIVERS_SENSOR_MMC56X3_H_
17
18
#include <
zephyr/drivers/sensor.h
>
19
20
#ifdef __cplusplus
21
extern
"C"
{
22
#endif
23
24
enum
sensor_attribute_mmc56x3
{
25
/* Bandwidth selection bit 0.
26
*
27
* Adjust length of decimation filter. Controls duration of
28
* each measurement. Affects ODR; see datasheet for details.
29
*/
30
SENSOR_ATTR_BANDWIDTH_SELECTION_BITS_0
=
SENSOR_ATTR_PRIV_START
+ 1,
31
32
/* Bandwidth selection bit 1.
33
*
34
* Adjust length of decimation filter. Controls duration of
35
* each measurement. Affects ODR; see datasheet for details.
36
*/
37
SENSOR_ATTR_BANDWIDTH_SELECTION_BITS_1
,
38
39
/* Automatic self reset.
40
*
41
* Enable automatic self-reset function.
42
* Affects ODR; see datasheet for details.
43
*/
44
SENSOR_ATTR_AUTOMATIC_SELF_RESET
,
45
};
24
enum
sensor_attribute_mmc56x3
{
…
};
46
47
#ifdef __cplusplus
48
}
49
#endif
50
51
#endif
/* ZEPHYR_INCLUDE_DRIVERS_SENSOR_MMC56X3_H_ */
SENSOR_ATTR_PRIV_START
@ SENSOR_ATTR_PRIV_START
This and higher values are sensor specific.
Definition
sensor.h:368
sensor_attribute_mmc56x3
sensor_attribute_mmc56x3
Definition
mmc56x3.h:24
SENSOR_ATTR_AUTOMATIC_SELF_RESET
@ SENSOR_ATTR_AUTOMATIC_SELF_RESET
Definition
mmc56x3.h:44
SENSOR_ATTR_BANDWIDTH_SELECTION_BITS_1
@ SENSOR_ATTR_BANDWIDTH_SELECTION_BITS_1
Definition
mmc56x3.h:37
SENSOR_ATTR_BANDWIDTH_SELECTION_BITS_0
@ SENSOR_ATTR_BANDWIDTH_SELECTION_BITS_0
Definition
mmc56x3.h:30
sensor.h
Public APIs for the sensor driver.
zephyr
drivers
sensor
mmc56x3.h
Generated on Mon Mar 17 2025 00:05:48 for Zephyr API Documentation by
1.12.0