Zephyr API Documentation  3.7.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
explorir_m.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2023, Vitrolife A/S
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#ifndef ZEPHYR_INCLUDE_DRIVERS_SENSOR_EXPLORIR_M_H_
8#define ZEPHYR_INCLUDE_DRIVERS_SENSOR_EXPLORIR_M_H_
9
10#ifdef __cplusplus
11extern "C" {
12#endif
13
15
17 /* Sensor integrated low-pass filter. Values 16, 32, 64, and 128 is allowed */
19};
20
21#ifdef __cplusplus
22}
23#endif
24
25#endif /* ZEPHYR_INCLUDE_DRIVERS_SENSOR_EXPLORIR_M_H_ */
sensor_attribute_explorir_m
Definition: explorir_m.h:16
@ SENSOR_ATTR_EXPLORIR_M_FILTER
Definition: explorir_m.h:18
@ SENSOR_ATTR_PRIV_START
This and higher values are sensor specific.
Definition: sensor.h:356
Public APIs for the sensor driver.