Home
last modified time | relevance | path

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

/hal_st-3.4.0/sensor/vl53l1x/api/core/src/
Dvl53l1_api_preset_modes.c644 psystem->system__mode_start = \ in VL53L1_preset_mode_standard_ranging()
978 psystem->system__mode_start = in VL53L1_preset_mode_timed_ranging()
1051 psystem->system__mode_start = in VL53L1_preset_mode_timed_ranging_short_range()
1124 psystem->system__mode_start = in VL53L1_preset_mode_timed_ranging_long_range()
1355 psystem->system__mode_start = \ in VL53L1_preset_mode_singleshot_ranging()
Dvl53l1_api_core.c1934 psystem->system__mode_start = in VL53L1_init_and_start_range()
1935 (psystem->system__mode_start & in VL53L1_init_and_start_range()
2107 if ((psystem->system__mode_start & in VL53L1_init_and_start_range()
2174 pdev->sys_ctrl.system__mode_start = in VL53L1_stop_range()
2175 (pdev->sys_ctrl.system__mode_start & VL53L1_DEVICEMEASUREMENTMODE_STOP_MASK) | in VL53L1_stop_range()
2183 pdev->sys_ctrl.system__mode_start = in VL53L1_stop_range()
2184 (pdev->sys_ctrl.system__mode_start & VL53L1_DEVICEMEASUREMENTMODE_STOP_MASK); in VL53L1_stop_range()
Dvl53l1_core.c162 if ((pdev->sys_ctrl.system__mode_start & in VL53L1_update_ll_driver_rd_state()
294 if ((pdev->sys_ctrl.system__mode_start & in VL53L1_check_ll_driver_rd_state()
370 if ((pdev->sys_ctrl.system__mode_start & in VL53L1_update_ll_driver_cfg_state()
Dvl53l1_wait.c156 pdev->sys_ctrl.system__mode_start & in VL53L1_wait_for_firmware_ready()
Dvl53l1_register_funcs.c1265 pdata->system__mode_start; in VL53L1_i2c_encode_system_control()
1299 pdata->system__mode_start = in VL53L1_i2c_decode_system_control()
/hal_st-3.4.0/sensor/vl53l1x/api/core/inc/
Dvl53l1_register_structs.h1332 uint8_t system__mode_start; member