Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
sensing_sensor_types.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2022-2023 Intel Corporation.
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#ifndef ZEPHYR_INCLUDE_SENSING_SENSOR_TYPES_H_
8#define ZEPHYR_INCLUDE_SENSING_SENSOR_TYPES_H_
9
25#define SENSING_SENSOR_TYPE_LIGHT_AMBIENTLIGHT 0x41
26
30/* Sensor type for 3D accelerometers. */
31#define SENSING_SENSOR_TYPE_MOTION_ACCELEROMETER_3D 0x73
32/* Sensor type for 3D gyrometers. */
33#define SENSING_SENSOR_TYPE_MOTION_GYROMETER_3D 0x76
34/* Sensor type for motion detectors. */
35#define SENSING_SENSOR_TYPE_MOTION_MOTION_DETECTOR 0x77
36
37
41#define SENSING_SENSOR_TYPE_OTHER_CUSTOM 0xE1
42
43/* Sensor type for uncalibrated 3D accelerometers. */
44#define SENSING_SENSOR_TYPE_MOTION_UNCALIB_ACCELEROMETER_3D 0x240
45/* Sensor type for hinge angle sensors. */
46#define SENSING_SENSOR_TYPE_MOTION_HINGE_ANGLE 0x20B
47
53#define SENSING_SENSOR_TYPE_ALL 0xFFFF
54
59#endif /*ZEPHYR_INCLUDE_SENSING_SENSOR_TYPES_H_*/