Zephyr Project API 4.2.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
fcx_mldx5.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2025 Prevas A/S
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
13#ifndef ZEPHYR_INCLUDE_DRIVERS_SENSOR_FCX_MLDX5_H_
14#define ZEPHYR_INCLUDE_DRIVERS_SENSOR_FCX_MLDX5_H_
15
23#ifdef __cplusplus
24extern "C" {
25#endif
26
28
44
75
76#ifdef __cplusplus
77}
78#endif
79
84#endif /* ZEPHYR_INCLUDE_DRIVERS_SENSOR_FCX_MLDX5_H_ */
fcx_mldx5_status
Status of the sensor.
Definition fcx_mldx5.h:48
sensor_attribute_fcx_mldx5
Custom sensor attributes for FCX-MLDX5.
Definition fcx_mldx5.h:32
@ FCX_MLDX5_STATUS_RUN
Run The O2 module is in normal operation.
Definition fcx_mldx5.h:63
@ FCX_MLDX5_STATUS_ERROR
Error The O2 module has detected a system error, no O2 measurement is possible.
Definition fcx_mldx5.h:68
@ FCX_MLDX5_STATUS_RAMP_UP
Ramp-up The O2 sensor is in the heating phase, no O2 measurement is possible.
Definition fcx_mldx5.h:58
@ FCX_MLDX5_STATUS_UNKNOWN
Unknown status Unknown is not sent by the sensor but used in the driver to indicate an error case.
Definition fcx_mldx5.h:73
@ FCX_MLDX5_STATUS_STANDBY
Standby The heating of the O2 sensor is on standby, no O2 measurement is possible.
Definition fcx_mldx5.h:53
@ SENSOR_ATTR_FCX_MLDX5_RESET
Reset the sensor.
Definition fcx_mldx5.h:42
@ SENSOR_ATTR_FCX_MLDX5_STATUS
Status of the sensor.
Definition fcx_mldx5.h:38
@ SENSOR_ATTR_PRIV_START
This and higher values are sensor specific.
Definition sensor.h:376
Public APIs for the sensor driver.