Zephyr API Documentation 4.2.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
22
27
29#define SENSING_SENSOR_TYPE_LIGHT_AMBIENTLIGHT 0x41
30
32
37
39#define SENSING_SENSOR_TYPE_MOTION_ACCELEROMETER_3D 0x73
41#define SENSING_SENSOR_TYPE_MOTION_GYROMETER_3D 0x76
43#define SENSING_SENSOR_TYPE_MOTION_MOTION_DETECTOR 0x77
45#define SENSING_SENSOR_TYPE_MOTION_UNCALIB_ACCELEROMETER_3D 0x240
47#define SENSING_SENSOR_TYPE_MOTION_HINGE_ANGLE 0x20B
48
50
55
57#define SENSING_SENSOR_TYPE_OTHER_CUSTOM 0xE1
58
60
69#define SENSING_SENSOR_TYPE_ALL 0xFFFF
70
74
75#endif /*ZEPHYR_INCLUDE_SENSING_SENSOR_TYPES_H_*/