Home
last modified time | relevance | path

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

/hal_st-3.4.0/sensor/vl53l1x/api/core/inc/
Dvl53l1_ll_def.h404 uint8_t y_centre; /*!< Optical y centre : 4.4 format */ member
416 uint8_t y_centre; /*!< Zone y centre : 0-15 range */ member
/hal_st-3.4.0/sensor/vl53l1x/api/core/src/
Dvl53l1_api_core.c393 pdev->optical_centre.y_centre == 0) { in VL53L1_read_p2p_data()
396 pdev->optical_centre.y_centre = in VL53L1_read_p2p_data()
397 pdev->mm_roi.y_centre << 4; in VL53L1_read_p2p_data()
1065 puser_zone->y_centre, in VL53L1_set_user_zone()
1099 &(puser_zone->y_centre), in VL53L1_get_user_zone()
1139 pmm_roi->y_centre = y; in VL53L1_get_mode_mitigation_roi()
Dvl53l1_core.c1525 uint8_t y_centre = 0; in VL53L1_decode_zone_limits() local
1533 &y_centre, in VL53L1_decode_zone_limits()
1551 *py_ll = (int16_t)y_centre - ((int16_t)height + 1) / 2; in VL53L1_decode_zone_limits()
Dvl53l1_api.c1608 user_zone.y_centre = (pRoi->TopLeftY + pRoi->BotRightY + 1) / 2; in VL53L1_SetUserROI()
1629 pRoi->TopLeftY = (2 * user_zone.y_centre + user_zone.height) >> 1; in VL53L1_GetUserROI()
1631 pRoi->BotRightY = (2 * user_zone.y_centre - user_zone.height) >> 1; in VL53L1_GetUserROI()
2735 CalibrationData.optical_centre.y_centre); in VL53L1_GetOpticalCenter()
Dvl53l1_api_debug.c1558 (int32_t)pdata->y_centre, in VL53L1_print_optical_centre()
1593 pdata->y_centre); in VL53L1_print_user_zone()