Zephyr API Documentation  3.7.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
fcx_mldx5.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2024, Vitrolife A/S
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#ifndef ZEPHYR_INCLUDE_DRIVERS_SENSOR_FCX_MLDX5_H_
8#define ZEPHYR_INCLUDE_DRIVERS_SENSOR_FCX_MLDX5_H_
9
10#ifdef __cplusplus
11extern "C" {
12#endif
13
15
19};
20
26 /* Unknown is not sent by the sensor */
28};
29
30#ifdef __cplusplus
31}
32#endif
33
34#endif /* ZEPHYR_INCLUDE_DRIVERS_SENSOR_FCX_MLDX5_H_ */
fcx_mldx5_status
Definition: fcx_mldx5.h:21
@ FCX_MLDX5_STATUS_RUN
Definition: fcx_mldx5.h:24
@ FCX_MLDX5_STATUS_ERROR
Definition: fcx_mldx5.h:25
@ FCX_MLDX5_STATUS_RAMP_UP
Definition: fcx_mldx5.h:23
@ FCX_MLDX5_STATUS_UNKNOWN
Definition: fcx_mldx5.h:27
@ FCX_MLDX5_STATUS_STANDBY
Definition: fcx_mldx5.h:22
sensor_attribute_fcx_mldx5
Definition: fcx_mldx5.h:16
@ SENSOR_ATTR_FCX_MLDX5_RESET
Definition: fcx_mldx5.h:18
@ SENSOR_ATTR_FCX_MLDX5_STATUS
Definition: fcx_mldx5.h:17
@ SENSOR_ATTR_PRIV_START
This and higher values are sensor specific.
Definition: sensor.h:356
Public APIs for the sensor driver.