Zephyr API Documentation
4.0.0-rc2
A Scalable Open Source RTOS
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_TSL2591_H_
16
#define ZEPHYR_INCLUDE_DRIVERS_SENSOR_TSL2591_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
};
46
47
#ifdef __cplusplus
48
}
49
#endif
50
51
#endif
/* ZEPHYR_INCLUDE_DRIVERS_SENSOR_TSL2591_H_ */
SENSOR_ATTR_PRIV_START
@ SENSOR_ATTR_PRIV_START
This and higher values are sensor specific.
Definition
sensor.h:359
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 Sat Nov 9 2024 00:03:12 for Zephyr API Documentation by
1.12.0