Home
last modified time | relevance | path

Searched refs:x_gradient_int (Results 1 – 1 of 1) sorted by relevance

/hal_st-3.6.0/sensor/vl53l1x/api/core/src/
Dvl53l1_core.c1010 int16_t x_gradient_int = 0; in VL53L1_calc_range_ignore_threshold() local
1020 x_gradient_int = x_gradient * -1; in VL53L1_calc_range_ignore_threshold()
1031 range_ignore_thresh_int = (8 * x_gradient_int * 4) + (8 * y_gradient_int * 4); in VL53L1_calc_range_ignore_threshold()