Zephyr API Documentation 4.2.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
mtch9010.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2025 Microchip Technology Inc.
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_SENSOR_MTCH9010_H_
7#define ZEPHYR_INCLUDE_DT_BINDINGS_SENSOR_MTCH9010_H_
8
9/* Operating Mode */
10#define MTCH9010_CAPACITIVE 0x0
11#define MTCH9010_CONDUCTIVE 0x1
12
13/* Output UART Data Formats */
14#define MTCH9010_OUTPUT_FORMAT_DELTA 0x0
15#define MTCH9010_OUTPUT_FORMAT_CURRENT 0x1
16#define MTCH9010_OUTPUT_FORMAT_BOTH 0x2
17#define MTCH9010_OUTPUT_FORMAT_MPLAB_DATA_VISUALIZER 0x3
18
19#endif /* ZEPHYR_INCLUDE_DT_BINDINGS_SENSOR_MTCH9010_H_ */