Zephyr API Documentation 3.7.99
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
11extern "C" {
12#endif
13
15
17 /* Set pressure setpoint value in kPa. */
19 /* Supported pressure range in kPa. val1 is minimum and val2 is maximum */
21};
22
23#ifdef __cplusplus
24}
25#endif
26
27#endif /* ZEPHYR_INCLUDE_DRIVERS_SENSOR_VEAA_X_3_H_ */
@ SENSOR_ATTR_PRIV_START
This and higher values are sensor specific.
Definition sensor.h:359
Public APIs for the sensor driver.
sensor_attribute_veaa_x_3
Definition veaa_x_3.h:16
@ SENSOR_ATTR_VEAA_X_3_SETPOINT
Definition veaa_x_3.h:18
@ SENSOR_ATTR_VEAA_X_3_RANGE
Definition veaa_x_3.h:20