Home
last modified time | relevance | path

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

/hal_st-3.7.0/sensor/vl53l1x/api/core/src/
Dvl53l1_api_core.c1128 uint8_t xy_size = 0; in VL53L1_get_mode_mitigation_roi() local
1149 xy_size = pdev->nvm_copy_data.roi_config__mode_roi_xy_size; in VL53L1_get_mode_mitigation_roi()
1151 pmm_roi->height = xy_size >> 4; in VL53L1_get_mode_mitigation_roi()
1152 pmm_roi->width = xy_size & 0x0F; in VL53L1_get_mode_mitigation_roi()