Home
last modified time | relevance | path

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

/hal_st-3.4.0/sensor/vl53l0x/api/core/src/
Dvl53l0x_api_core.c211 VL53L0X_Error VL53L0X_get_info_from_device(VL53L0X_DEV Dev, uint8_t option) in VL53L0X_get_info_from_device() argument
259 if (((option & 1) == 1) && in VL53L0X_get_info_from_device()
291 if (((option & 2) == 2) && in VL53L0X_get_info_from_device()
356 if (((option & 4) == 4) && in VL53L0X_get_info_from_device()
410 if (((option & 1) == 1) && in VL53L0X_get_info_from_device()
424 if (((option & 2) == 2) && in VL53L0X_get_info_from_device()
438 if (((option & 4) == 4) && in VL53L0X_get_info_from_device()
468 byte = (uint8_t)(ReadDataFromDeviceDone|option); in VL53L0X_get_info_from_device()
/hal_st-3.4.0/sensor/vl53l0x/api/core/inc/
Dvl53l0x_api_core.h53 VL53L0X_Error VL53L0X_get_info_from_device(VL53L0X_DEV Dev, uint8_t option);