![Logo](AFBR-S50.ico) |
AFBR-S50 API Reference Manual
v1.6.5
AFBR-S50 Time-of-Flight Sensor SDK for Embedded Software
|
Go to the documentation of this file.
52 #define ARGUS_AMPLITUDE_MAX (0xFFF0U)
56 #define ARGUS_RANGE_MAX (Q9_22_MAX)
59 #define ARGUS_RANGE_MIN (Q9_22_MIN)
argus_px_status_t Status
Definition: argus_px.h:146
@ PIXEL_INVALID
Definition: argus_px.h:96
@ PIXEL_BIN_EXCL
Definition: argus_px.h:88
int8_t RangeWindow
Definition: argus_px.h:149
uq12_4_t Amplitude
Definition: argus_px.h:141
This file is part of the AFBR-S50 hardware API.
uint16_t uq12_4_t
Unsigned fixed point number: UQ12.4.
Definition: fp_def.h:231
@ PIXEL_PREFILTERED
Definition: argus_px.h:100
int32_t q9_22_t
Signed fixed point number: Q9.22.
Definition: fp_def.h:538
q15_16_t S
Definition: argus_px.h:175
uq1_15_t Phase
Definition: argus_px.h:137
@ PIXEL_SAT
Definition: argus_px.h:85
@ PIXEL_STALLED
Definition: argus_px.h:121
q15_16_t SC[2]
Definition: argus_px.h:170
q9_22_t Range
Definition: argus_px.h:134
uq12_4_t UncorrelatedNoise
Definition: argus_px.h:155
Representation of a correlation vector containing sine/cosine components.
Definition: argus_px.h:165
@ PIXEL_OUT_OF_SYNC
Definition: argus_px.h:110
q15_16_t C
Definition: argus_px.h:178
The evaluated measurement results per pixel.
Definition: argus_px.h:130
uq12_4_t SNR
Definition: argus_px.h:158
@ PIXEL_OFF
Definition: argus_px.h:81
argus_px_status_t
Status flags for the evaluated pixel structure.
Definition: argus_px.h:75
@ PIXEL_OK
Definition: argus_px.h:78
@ PIXEL_NO_SIGNAL
Definition: argus_px.h:105
uq12_4_t AmplitudeRaw
Definition: argus_px.h:152
int32_t q15_16_t
Signed fixed point number: Q15.16.
Definition: fp_def.h:515
uint16_t uq1_15_t
Unsigned fixed point number: UQ1.15.
Definition: fp_def.h:271