Home
last modified time | relevance | path

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

/hal_st-3.4.0/sensor/vl53l0x/api/core/src/
Dvl53l0x_api.c2164 FixPoint1616_t ThresholdLow; in VL53L0X_CheckAndLoadInterruptSettings() local
2180 &ThresholdLow, &ThresholdHigh); in VL53L0X_CheckAndLoadInterruptSettings()
2182 if (((ThresholdLow > 255*65536) || in VL53L0X_CheckAndLoadInterruptSettings()
2787 VL53L0X_DeviceModes DeviceMode, FixPoint1616_t ThresholdLow, in VL53L0X_SetInterruptThresholds() argument
2796 Threshold16 = (uint16_t)((ThresholdLow >> 17) & 0x00fff); in VL53L0X_SetInterruptThresholds()
/hal_st-3.4.0/sensor/vl53l0x/api/core/inc/
Dvl53l0x_api.h1705 VL53L0X_DeviceModes DeviceMode, FixPoint1616_t ThresholdLow,