Zephyr Project API 4.2.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
lm95234.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2024, Calian Advanced Technologies
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
13#ifndef ZEPHYR_INCLUDE_DRIVERS_SENSOR_LM95234_H_
14#define ZEPHYR_INCLUDE_DRIVERS_SENSOR_LM95234_H_
15
24
38
43#endif /* ZEPHYR_INCLUDE_DRIVERS_SENSOR_LM95234_H_ */
sensor_channel_lm95234
Custom sensor channels for LM95234.
Definition lm95234.h:28
@ SENSOR_CHAN_LM95234_REMOTE_TEMP_2
Temperature of remote diode 2.
Definition lm95234.h:32
@ SENSOR_CHAN_LM95234_REMOTE_TEMP_4
Temperature of remote diode 4.
Definition lm95234.h:36
@ SENSOR_CHAN_LM95234_REMOTE_TEMP_3
Temperature of remote diode 3.
Definition lm95234.h:34
@ SENSOR_CHAN_LM95234_REMOTE_TEMP_1
Temperature of remote diode 1.
Definition lm95234.h:30
@ SENSOR_CHAN_PRIV_START
This and higher values are sensor specific.
Definition sensor.h:221
Public APIs for the sensor driver.