Zephyr API Documentation
4.0.0-rc2
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
veaa_x_3.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2024, Vitrolife A/S
3
*
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
7
#ifndef ZEPHYR_INCLUDE_DRIVERS_SENSOR_VEAA_X_3_H_
8
#define ZEPHYR_INCLUDE_DRIVERS_SENSOR_VEAA_X_3_H_
9
10
#ifdef __cplusplus
11
extern
"C"
{
12
#endif
13
14
#include <
zephyr/drivers/sensor.h
>
15
16
enum
sensor_attribute_veaa_x_3
{
17
/* Set pressure setpoint value in kPa. */
18
SENSOR_ATTR_VEAA_X_3_SETPOINT
=
SENSOR_ATTR_PRIV_START
,
19
/* Supported pressure range in kPa. val1 is minimum and val2 is maximum */
20
SENSOR_ATTR_VEAA_X_3_RANGE
,
21
};
22
23
#ifdef __cplusplus
24
}
25
#endif
26
27
#endif
/* ZEPHYR_INCLUDE_DRIVERS_SENSOR_VEAA_X_3_H_ */
SENSOR_ATTR_PRIV_START
@ SENSOR_ATTR_PRIV_START
This and higher values are sensor specific.
Definition
sensor.h:359
sensor.h
Public APIs for the sensor driver.
sensor_attribute_veaa_x_3
sensor_attribute_veaa_x_3
Definition
veaa_x_3.h:16
SENSOR_ATTR_VEAA_X_3_SETPOINT
@ SENSOR_ATTR_VEAA_X_3_SETPOINT
Definition
veaa_x_3.h:18
SENSOR_ATTR_VEAA_X_3_RANGE
@ SENSOR_ATTR_VEAA_X_3_RANGE
Definition
veaa_x_3.h:20
zephyr
drivers
sensor
veaa_x_3.h
Generated on Fri Nov 8 2024 21:02:38 for Zephyr API Documentation by
1.12.0