Zephyr Project API 4.3.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
max31790.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: Copyright (c) 2024 SILA Embedded Solutions GmbH
3 * SPDX-License-Identifier: Apache-2.0
4 */
5
11
12#ifndef ZEPHYR_INCLUDE_DRIVERS_SENSOR_MAX31790_H_
13#define ZEPHYR_INCLUDE_DRIVERS_SENSOR_MAX31790_H_
14
24
25#ifdef __cplusplus
26extern "C" {
27#endif
28
30
46
47#ifdef __cplusplus
48}
49#endif
50
54
55#endif /* ZEPHYR_INCLUDE_DRIVERS_SENSOR_MAX31790_H_ */
sensor_channel_max31790
Custom sensor channels for MAX31790.
Definition max31790.h:34
@ SENSOR_CHAN_MAX31790_FAN_FAULT
Fan fault status bitmask.
Definition max31790.h:44
@ SENSOR_CHAN_PRIV_START
This and higher values are sensor specific.
Definition sensor.h:247
Main header file for sensor driver API.