13#ifndef ZEPHYR_INCLUDE_DRIVERS_SENSOR_FCX_MLDX5_H_
14#define 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.