Home
last modified time | relevance | path

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

/hal_st-3.4.0/sensor/vl53l1x/api/core/src/
Dvl53l1_core.c1512 int16_t *py_ll, in VL53L1_decode_zone_limits() argument
1551 *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()
/hal_st-3.4.0/sensor/vl53l1x/api/core/inc/
Dvl53l1_core.h754 int16_t *py_ll,