67#define ARGUS_PHASECOUNT 4
72#define ARGUS_PIXELS_X 8
77#define ARGUS_PIXELS_Y 4
82#define ARGUS_PIXELS ((ARGUS_PIXELS_X)*(ARGUS_PIXELS_Y))
87#define MODULE_EXTENDED_FLAG (0x40U)
This file is part of the AFBR-S50 API.
This file is part of the AFBR-S50 API.
This file is part of the AFBR-S50 API.
#define MODULE_EXTENDED_FLAG
A flag indicating that the device is a extended range device.
Definition argus_def.h:87
argus_module_version_t
The AFBR-S50 module types.
Definition argus_def.h:93
status_t(* argus_measurement_ready_callback_t)(status_t status, argus_hnd_t *hnd)
Measurement Ready API callback function.
Definition argus_def.h:315
struct argus_hnd_t argus_hnd_t
Definition argus_def.h:284
argus_chip_version_t
The AFBR-S50 chip versions.
Definition argus_def.h:200
argus_mode_t
The measurement modes.
Definition argus_def.h:264
argus_laser_type_t
The AFBR-S50 laser configurations.
Definition argus_def.h:175
argus_mode_flags_t
The measurement mode flags.
Definition argus_def.h:239
@ AFBR_S50LV85D_V1
Definition argus_def.h:113
@ AFBR_S50MV85G_V2
Definition argus_def.h:107
@ AFBR_S50LX85D_V1
Definition argus_def.h:143
@ AFBR_S50MV85I_V1
Definition argus_def.h:125
@ AFBR_S50MX85G_V1
Definition argus_def.h:167
@ AFBR_S50MV68B_V1
Definition argus_def.h:119
@ MODULE_NONE
Definition argus_def.h:95
@ AFBR_S50MV85G_V1
Definition argus_def.h:101
@ AFBR_S50MX85I_V1
Definition argus_def.h:155
@ AFBR_S50SV85K_V1
Definition argus_def.h:131
@ AFBR_S50MX68B_V1
Definition argus_def.h:149
@ AFBR_S50SX85K_V1
Definition argus_def.h:161
@ AFBR_S50MV85G_V3
Definition argus_def.h:137
@ ADS0032_V1D
Definition argus_def.h:214
@ ADS0032_V1A
Definition argus_def.h:205
@ ADS0032_V1E
Definition argus_def.h:217
@ ADS0032_V1C
Definition argus_def.h:211
@ ADS0032_V1B
Definition argus_def.h:208
@ ADS0032_NONE
Definition argus_def.h:202
@ ARGUS_MODE_HIGH_SPEED_LONG_RANGE
Definition argus_def.h:278
@ ARGUS_MODE_LONG_RANGE
Definition argus_def.h:270
@ ARGUS_MODE_SHORT_RANGE
Definition argus_def.h:266
@ ARGUS_MODE_HIGH_SPEED_SHORT_RANGE
Definition argus_def.h:274
@ LASER_H_V1
Definition argus_def.h:180
@ LASER_R_V1
Definition argus_def.h:186
@ LASER_R_V1X
Definition argus_def.h:192
@ LASER_H_V2X
Definition argus_def.h:189
@ LASER_NONE
Definition argus_def.h:177
@ LASER_H_V2
Definition argus_def.h:183
@ ARGUS_MODE_FLAG_SHORT_RANGE
Definition argus_def.h:241
@ ARGUS_MODE_FLAG_HIGH_SPEED
Definition argus_def.h:247
@ ARGUS_MODE_FLAG_LONG_RANGE
Definition argus_def.h:244
int32_t status_t
Type used for all status and error return values.
Definition argus_status.h:70
static status_t status
Definition argus_xtalk_cal_cli.c:140
argus_hnd_t * hnd
Definition main.c:100
This file is part of the AFBR-S50 API.