Zephyr Project API 4.2.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
mlx90394.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2024 Florian Weber <Florian.Weber@live.de>
3 * SPDX-License-Identifier: Apache-2.0
4 */
5
12#ifndef ZEPHYR_INCLUDE_DRIVERS_SENSOR_MLX90394_H_
13#define ZEPHYR_INCLUDE_DRIVERS_SENSOR_MLX90394_H_
14
22#ifdef __cplusplus
23extern "C" {
24#endif
25
27
77
78#ifdef __cplusplus
79}
80#endif
81
86#endif /* ZEPHYR_INCLUDE_DRIVERS_SENSOR_MLX90394_H_ */
mlx90394_sensor_attribute
Custom sensor attributes for MLX90394.
Definition mlx90394.h:31
@ MLX90394_SENSOR_ATTR_TEMP_FILTER
Digital filter configuration for temperature measurements.
Definition mlx90394.h:68
@ MLX90394_SENSOR_ATTR_MAGN_OSR
Over-sampling ratio for magnetic measurements.
Definition mlx90394.h:60
@ MLX90394_SENSOR_ATTR_MAGN_LOW_NOISE
Low noise mode.
Definition mlx90394.h:35
@ MLX90394_SENSOR_ATTR_MAGN_FILTER_XY
Digital filter setting for X and Y axes.
Definition mlx90394.h:44
@ MLX90394_SENSOR_ATTR_MAGN_FILTER_Z
Digital filter configuration for Z axis.
Definition mlx90394.h:53
@ MLX90394_SENSOR_ATTR_TEMP_OSR
Over-sampling ratio for temperature measurements.
Definition mlx90394.h:75
@ SENSOR_ATTR_PRIV_START
This and higher values are sensor specific.
Definition sensor.h:376
Public APIs for the sensor driver.