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
19
20#ifdef __cplusplus
21extern "C" {
22#endif
23
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 */
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 */
38
39 /* Automatic self reset.
40 *
41 * Enable automatic self-reset function.
42 * Affects ODR; see datasheet for details.
43 */
45};
46
47#ifdef __cplusplus
48}
49#endif
50
51#endif /* ZEPHYR_INCLUDE_DRIVERS_SENSOR_TSL2591_H_ */
@ SENSOR_ATTR_PRIV_START
This and higher values are sensor specific.
Definition sensor.h:359
sensor_attribute_mmc56x3
Definition mmc56x3.h:24
@ SENSOR_ATTR_AUTOMATIC_SELF_RESET
Definition mmc56x3.h:44
@ SENSOR_ATTR_BANDWIDTH_SELECTION_BITS_1
Definition mmc56x3.h:37
@ SENSOR_ATTR_BANDWIDTH_SELECTION_BITS_0
Definition mmc56x3.h:30
Public APIs for the sensor driver.