Zephyr API Documentation
4.1.99
A Scalable Open Source RTOS
4.1.99
Toggle main menu visibility
Main Page
Related Pages
Topics
Data Structures
Data Structures
Data Structure Index
Data Fields
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
Enumerator
Files
File List
Globals
All
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
$
a
b
c
d
f
g
h
i
k
l
m
n
o
p
r
s
t
u
x
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Macros
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
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
};
16
enum
sensor_attribute_veaa_x_3
{
…
};
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:368
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 Sun May 18 2025 00:08:05 for Zephyr API Documentation by
1.12.0