Home
last modified time | relevance | path

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

/hal_st-3.4.0/sensor/vl53l1x/api/core/inc/
Dvl53l1_ll_def.h417 uint8_t width; /*!< Width of Zone 0 = 1, 7 = 8, 15 = 16 */ member
532 uint16_t width; member
720 uint16_t width; member
Dvl53l1_core.h731 uint8_t width,
/hal_st-3.4.0/sensor/vl53l1x/api/core/src/
Dvl53l1_core.c1490 uint8_t width, in VL53L1_encode_zone_size() argument
1503 *pencoded_xy_size = (height << 4) + width; in VL53L1_encode_zone_size()
1526 uint8_t width = 0; in VL53L1_decode_zone_limits() local
1538 &width, in VL53L1_decode_zone_limits()
1543 *px_ll = (int16_t)x_centre - ((int16_t)width + 1) / 2; in VL53L1_decode_zone_limits()
1547 *px_ur = *px_ll + (int16_t)width; in VL53L1_decode_zone_limits()
Dvl53l1_api_debug.c800 (int32_t)pdata->width, in VL53L1_print_range_data()
1302 pdata->width); in VL53L1_print_cal_peak_rate_map()
1313 for (x = 0 ; x < pdata->width ; x++) { in VL53L1_print_cal_peak_rate_map()
1600 pdata->width); in VL53L1_print_user_zone()
Dvl53l1_api.c1609 user_zone.width = (pRoi->BotRightX - pRoi->TopLeftX); in VL53L1_SetUserROI()
1611 if ((user_zone.width < 3) || (user_zone.height < 3)) in VL53L1_SetUserROI()
1628 pRoi->TopLeftX = (2 * user_zone.x_centre - user_zone.width) >> 1; in VL53L1_GetUserROI()
1630 pRoi->BotRightX = (2 * user_zone.x_centre + user_zone.width) >> 1; in VL53L1_GetUserROI()
Dvl53l1_api_core.c1071 puser_zone->width, in VL53L1_set_user_zone()
1105 &(puser_zone->width), in VL53L1_get_user_zone()
1152 pmm_roi->width = xy_size & 0x0F; in VL53L1_get_mode_mitigation_roi()