Home
last modified time | relevance | path

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

/hal_st-3.7.0/sensor/vl53l1x/api/core/src/
Dvl53l1_core.c1011 int16_t y_gradient_int = 0; in VL53L1_calc_range_ignore_threshold() local
1024 y_gradient_int = y_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()