Zephyr API Documentation 4.2.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
afbr_s50.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2025 Croxel Inc.
3 * Copyright (c) 2025 CogniPilot Foundation
4 *
5 * SPDX-License-Identifier: Apache-2.0
6 */
7
13
14#ifndef ZEPHYR_INCLUDE_DRIVERS_SENSOR_AFBR_S50_H_
15#define ZEPHYR_INCLUDE_DRIVERS_SENSOR_AFBR_S50_H_
16
23
25
26#ifdef __cplusplus
27extern "C" {
28#endif
29
31#define AFBR_PIXEL_INVALID_VALUE 0x80000000
32
43
44#ifdef __cplusplus
45}
46#endif
47
51
52#endif /* ZEPHYR_INCLUDE_DRIVERS_SENSOR_AFBR_S50_H_ */
sensor_channel_afbr_s50
Custom sensor channels for AFBR-S50.
Definition afbr_s50.h:36
@ SENSOR_CHAN_AFBR_S50_PIXELS
Obtain matrix of pixels, with readings in meters.
Definition afbr_s50.h:41
@ SENSOR_CHAN_PRIV_START
This and higher values are sensor specific.
Definition sensor.h:221
Public APIs for the sensor driver.