Home
last modified time | relevance | path

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

/hal_st-2.7.6/sensor/vl53l1x/api/core/inc/
Dvl53l1_def.h234 uint16_t High; /*!< Distance threshold high limit in mm */ member
242 FixPoint1616_t High; /*!< Signal rate threshold high limit */ member
/hal_st-2.7.6/sensor/vl53l1x/api/core/src/
Dvl53l1_api.c2752 (T.CrossMode == VL53L1_THRESHOLD_IN_WINDOW)) && (T.Low > T.High)) in VL53L1_SetThresholdConfig()
2785 pConfig->Distance.High << 16); in VL53L1_SetThresholdConfig()
2798 pConfig->Rate.High); in VL53L1_SetThresholdConfig()
2866 pConfig->Distance.High = Cfg.threshold_distance_high; in VL53L1_GetThresholdConfig()
2868 pConfig->Rate.High = in VL53L1_GetThresholdConfig()