Searched refs:py_ll (Results 1 – 2 of 2) sorted by relevance
1512 int16_t *py_ll, in VL53L1_decode_zone_limits() argument1551 *py_ll = (int16_t)y_centre - ((int16_t)height + 1) / 2; in VL53L1_decode_zone_limits()1552 if (*py_ll < 0) in VL53L1_decode_zone_limits()1553 *py_ll = 0; in VL53L1_decode_zone_limits()1555 *py_ur = *py_ll + (int16_t)height; in VL53L1_decode_zone_limits()
754 int16_t *py_ll,