Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches

Microchip MTCH9010 capacitive/conductive liquid-level sensor. More...

Files

file  mtch9010.h
 Devicetree binding constants for the Microchip MTCH9010 sensor.

Operating mode

Values for the operating-mode devicetree property.

#define MTCH9010_CAPACITIVE   0x0
 Capacitive sensing.
#define MTCH9010_CONDUCTIVE   0x1
 Conductive sensing.

UART output data format

Values for the extended-output-format devicetree property.

#define MTCH9010_OUTPUT_FORMAT_DELTA   0x0
 Delta from reference.
#define MTCH9010_OUTPUT_FORMAT_CURRENT   0x1
 Current measurement.
#define MTCH9010_OUTPUT_FORMAT_BOTH   0x2
 Delta and current.
#define MTCH9010_OUTPUT_FORMAT_MPLAB_DATA_VISUALIZER   0x3
 MPLAB Data Visualizer stream.

Detailed Description

Microchip MTCH9010 capacitive/conductive liquid-level sensor.

Macro Definition Documentation

◆ MTCH9010_CAPACITIVE

#define MTCH9010_CAPACITIVE   0x0

#include <zephyr/dt-bindings/sensor/mtch9010.h>

Capacitive sensing.

◆ MTCH9010_CONDUCTIVE

#define MTCH9010_CONDUCTIVE   0x1

#include <zephyr/dt-bindings/sensor/mtch9010.h>

Conductive sensing.

◆ MTCH9010_OUTPUT_FORMAT_BOTH

#define MTCH9010_OUTPUT_FORMAT_BOTH   0x2

#include <zephyr/dt-bindings/sensor/mtch9010.h>

Delta and current.

◆ MTCH9010_OUTPUT_FORMAT_CURRENT

#define MTCH9010_OUTPUT_FORMAT_CURRENT   0x1

#include <zephyr/dt-bindings/sensor/mtch9010.h>

Current measurement.

◆ MTCH9010_OUTPUT_FORMAT_DELTA

#define MTCH9010_OUTPUT_FORMAT_DELTA   0x0

#include <zephyr/dt-bindings/sensor/mtch9010.h>

Delta from reference.

◆ MTCH9010_OUTPUT_FORMAT_MPLAB_DATA_VISUALIZER

#define MTCH9010_OUTPUT_FORMAT_MPLAB_DATA_VISUALIZER   0x3

#include <zephyr/dt-bindings/sensor/mtch9010.h>

MPLAB Data Visualizer stream.