Structure for storing the calibration peak rate map Used by DMAX to understand the spatial roll off in the signal rate map towards the corner of the SPAD array. More...
#include <vl53l1_ll_def.h>
Public Attributes | |
int16_t | cal_distance_mm |
uint16_t | height |
uint16_t | max_samples |
uint16_t | peak_rate_mcps [VL53L1_NVM_PEAK_RATE_MAP_SAMPLES] |
uint16_t | width |
Structure for storing the calibration peak rate map Used by DMAX to understand the spatial roll off in the signal rate map towards the corner of the SPAD array.
Definition at line 714 of file vl53l1_ll_def.h.
int16_t VL53L1_cal_peak_rate_map_t::cal_distance_mm |
calibration distance in [mm], 14.2 format
Definition at line 716 of file vl53l1_ll_def.h.
uint16_t VL53L1_cal_peak_rate_map_t::height |
Array height
Definition at line 722 of file vl53l1_ll_def.h.
uint16_t VL53L1_cal_peak_rate_map_t::max_samples |
Array size for rate map i.e. max number samples
Definition at line 718 of file vl53l1_ll_def.h.
uint16_t VL53L1_cal_peak_rate_map_t::peak_rate_mcps[VL53L1_NVM_PEAK_RATE_MAP_SAMPLES] |
Array of rate map samples
Definition at line 724 of file vl53l1_ll_def.h.
uint16_t VL53L1_cal_peak_rate_map_t::width |
Array width
Definition at line 720 of file vl53l1_ll_def.h.