Zephyr API Documentation 4.3.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
s3km1110.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: Copyright The Zephyr Project Contributors
3 * SPDX-License-Identifier: Apache-2.0
4 */
5
11
12#ifndef ZEPHYR_INCLUDE_DRIVERS_SENSOR_S3KM1110_H_
13#define ZEPHYR_INCLUDE_DRIVERS_SENSOR_S3KM1110_H_
14
21
22#ifdef __cplusplus
23extern "C" {
24#endif
25
27
38
74
75#ifdef __cplusplus
76}
77#endif
78
82
83#endif /* ZEPHYR_INCLUDE_DRIVERS_SENSOR_S3KM1110_H_ */
sensor_channel_s3km1110
Custom sensor channels for S3KM1110.
Definition s3km1110.h:42
s3km1110_target_status
Radar target status values reported by the S3KM1110.
Definition s3km1110.h:31
@ SENSOR_CHAN_S3KM1110_STATIC_ENERGY
Static target energy level (in percent).
Definition s3km1110.h:72
@ SENSOR_CHAN_S3KM1110_MOVING_ENERGY
Moving target energy level (in percent).
Definition s3km1110.h:66
@ SENSOR_CHAN_S3KM1110_MOVING_DISTANCE
Distance to moving target in meters.
Definition s3km1110.h:54
@ SENSOR_CHAN_S3KM1110_STATIC_DISTANCE
Distance to static target in meters.
Definition s3km1110.h:60
@ SENSOR_CHAN_S3KM1110_TARGET_STATUS
Target status.
Definition s3km1110.h:48
@ S3KM1110_TARGET_BOTH
Both moving and static targets detected.
Definition s3km1110.h:35
@ S3KM1110_TARGET_NO_TARGET
No target detected.
Definition s3km1110.h:32
@ S3KM1110_TARGET_ERROR
Error in target detection.
Definition s3km1110.h:36
@ S3KM1110_TARGET_STATIC
Static target detected.
Definition s3km1110.h:34
@ S3KM1110_TARGET_MOVING
Moving target detected.
Definition s3km1110.h:33
@ SENSOR_CHAN_PRIV_START
This and higher values are sensor specific.
Definition sensor.h:247
Main header file for sensor driver API.