Searched refs:y_centre (Results 1 – 5 of 5) sorted by relevance
404 uint8_t y_centre; /*!< Optical y centre : 4.4 format */ member416 uint8_t y_centre; /*!< Zone y centre : 0-15 range */ member
393 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()
1525 uint8_t y_centre = 0; in VL53L1_decode_zone_limits() local1533 &y_centre, in VL53L1_decode_zone_limits()1551 *py_ll = (int16_t)y_centre - ((int16_t)height + 1) / 2; in VL53L1_decode_zone_limits()
1608 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()
1558 (int32_t)pdata->y_centre, in VL53L1_print_optical_centre()1593 pdata->y_centre); in VL53L1_print_user_zone()