Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
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
11
12#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_SENSOR_AXIS_ALIGN_H_
13#define ZEPHYR_INCLUDE_DT_BINDINGS_SENSOR_AXIS_ALIGN_H_
14
21
28#define SENSOR_AXIS_ALIGN_DT_X 0
29#define SENSOR_AXIS_ALIGN_DT_Y 1
30#define SENSOR_AXIS_ALIGN_DT_Z 2
32
40#define SENSOR_AXIS_ALIGN_DT_NEG 0
41#define SENSOR_AXIS_ALIGN_DT_POS 2
43
45
46#endif /*ZEPHYR_INCLUDE_DT_BINDINGS_SENSOR_AXIS_ALIGN_H_ */