Zephyr API Documentation 4.2.99
A Scalable Open Source RTOS
 4.2.99
sensor_axis_align.h
Go to the documentation of this file.
1/*
2 * Copyright 2025 CogniPilot Foundation
3 * SPDX-License-Identifier: Apache-2.0
4 */
5#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_SENSOR_AXIS_ALIGN_H_
6#define ZEPHYR_INCLUDE_DT_BINDINGS_SENSOR_AXIS_ALIGN_H_
7
13
18#define SENSOR_AXIS_ALIGN_DT_X 0
19#define SENSOR_AXIS_ALIGN_DT_Y 1
20#define SENSOR_AXIS_ALIGN_DT_Z 2
22
27#define SENSOR_AXIS_ALIGN_DT_NEG 0
28#define SENSOR_AXIS_ALIGN_DT_POS 2
30
31
33
34#endif /*ZEPHYR_INCLUDE_DT_BINDINGS_SENSOR_AXIS_ALIGN_H_ */