Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
wsen_pads_2511020213301.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2025 Würth Elektronik eiSos GmbH & Co. KG
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
12
13#ifndef ZEPHYR_INCLUDE_DRIVERS_SENSOR_WSEN_PADS_2511020213301_H_
14#define ZEPHYR_INCLUDE_DRIVERS_SENSOR_WSEN_PADS_2511020213301_H_
15
22
23#ifdef __cplusplus
24extern "C" {
25#endif
26
28
34
35#ifdef CONFIG_WSEN_PADS_2511020213301_PRESSURE_THRESHOLD
37enum sensor_trigger_wsen_pads_2511020213301 {
39 SENSOR_TRIG_WSEN_PADS_2511020213301_THRESHOLD_UPPER = SENSOR_TRIG_PRIV_START,
41 SENSOR_TRIG_WSEN_PADS_2511020213301_THRESHOLD_LOWER,
42};
43#endif /* CONFIG_WSEN_PADS_2511020213301_PRESSURE_THRESHOLD */
44
45#ifdef __cplusplus
46}
47#endif
48
52
53#endif /* ZEPHYR_INCLUDE_DRIVERS_SENSOR_WSEN_PADS_2511020213301_H_ */
@ SENSOR_TRIG_PRIV_START
This and higher values are sensor specific.
Definition sensor.h:357
@ SENSOR_ATTR_PRIV_START
This and higher values are sensor specific.
Definition sensor.h:443
sensor_attribute_wsen_pads_2511020213301
Extended sensor attributes for the WSEN-PADS-2511020213301.
Definition wsen_pads_2511020213301.h:30
@ SENSOR_ATTR_WSEN_PADS_2511020213301_REFERENCE_POINT
Reference point used for differential pressure measurements.
Definition wsen_pads_2511020213301.h:32
Main header file for sensor driver API.