Zephyr API Documentation
4.2.99
A Scalable Open Source RTOS
4.2.99
Toggle main menu visibility
Main Page
Related Pages
Topics
Data Structures
Data Structures
Data Structure Index
Data Fields
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
Enumerator
Files
File List
Globals
All
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
$
a
b
c
d
f
g
h
i
k
l
m
n
o
p
r
s
t
u
x
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Macros
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
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
8
#ifndef ZEPHYR_INCLUDE_DRIVERS_SENSOR_AFBR_S50_H_
9
#define ZEPHYR_INCLUDE_DRIVERS_SENSOR_AFBR_S50_H_
10
11
#include <
zephyr/drivers/sensor.h
>
12
13
#ifdef __cplusplus
14
extern
"C"
{
15
#endif
16
18
#define AFBR_PIXEL_INVALID_VALUE 0x80000000
19
23
enum
sensor_channel_afbr_s50
{
24
SENSOR_CHAN_AFBR_S50_PIXELS
=
SENSOR_CHAN_PRIV_START
+ 1,
25
};
23
enum
sensor_channel_afbr_s50
{
…
};
26
27
#ifdef __cplusplus
28
}
29
#endif
30
31
#endif
/* ZEPHYR_INCLUDE_DRIVERS_SENSOR_AFBR_S50_H_ */
sensor_channel_afbr_s50
sensor_channel_afbr_s50
Private sensor channel to obtain matrix of pixels with readings in meters.
Definition
afbr_s50.h:23
SENSOR_CHAN_AFBR_S50_PIXELS
@ SENSOR_CHAN_AFBR_S50_PIXELS
Definition
afbr_s50.h:24
SENSOR_CHAN_PRIV_START
@ SENSOR_CHAN_PRIV_START
This and higher values are sensor specific.
Definition
sensor.h:217
sensor.h
Public APIs for the sensor driver.
zephyr
drivers
sensor
afbr_s50.h
Generated on
for Zephyr API Documentation by
1.14.0