Home
last modified time | relevance | path

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

/hal_st-3.6.0/sensor/vl53l1x/api/core/src/
Dvl53l1_api.c2653 uint16_t g; in VL53L1_SetThresholdConfig() local
2679 g = pdev->gain_cal.standard_ranging_gain_factor; in VL53L1_SetThresholdConfig()
2680 if (g != 0) { in VL53L1_SetThresholdConfig()
2682 gain = (FixPoint1616_t) ((uint32_t)g << 5); in VL53L1_SetThresholdConfig()