Home
last modified time | relevance | path

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

/hal_st-3.4.0/sensor/vl53l1x/api/core/src/
Dvl53l1_core.c1781 pdev->gen_cfg.system__thresh_rate_high = threshold_high; in VL53L1_set_GPIO_rate_threshold()
1782 pdev->gen_cfg.system__thresh_rate_low = threshold_low; in VL53L1_set_GPIO_rate_threshold()
1860 pdev->gen_cfg.phasecal_config__timeout_macrop = 0xFF; in VL53L1_set_ref_spad_char_config()
1862 pdev->gen_cfg.phasecal_config__timeout_macrop = in VL53L1_set_ref_spad_char_config()
1876 pdev->gen_cfg.phasecal_config__timeout_macrop); in VL53L1_set_ref_spad_char_config()
2167 pdev->gen_cfg.phasecal_config__override = 0x00; in VL53L1_low_power_auto_data_stop_range()
2245 pdev->gen_cfg.phasecal_config__override = 0x01; in VL53L1_low_power_auto_setup_manual_calibration()
2248 pdev->gen_cfg.cal_config__vcsel_start = in VL53L1_low_power_auto_setup_manual_calibration()
2321 pdev->gen_cfg.dss_config__manual_effective_spads_select = in VL53L1_low_power_auto_update_DSS()
2323 pdev->gen_cfg.dss_config__roi_mode_control = in VL53L1_low_power_auto_update_DSS()
[all …]
Dvl53l1_api_core.c689 &(pdev->gen_cfg), in VL53L1_set_timeouts_us()
734 (uint32_t)pdev->gen_cfg.phasecal_config__timeout_macrop, in VL53L1_get_timeouts_us()
785 pdev->gen_cfg.cal_config__repeat_rate = cal_config__repeat_period; in VL53L1_set_calibration_repeat_period()
804 *pcal_config__repeat_period = pdev->gen_cfg.cal_config__repeat_rate; in VL53L1_get_calibration_repeat_period()
1249 VL53L1_general_config_t *pgeneral = &(pdev->gen_cfg); in VL53L1_set_preset_mode()
1914 VL53L1_general_config_t *pgeneral = &(pdev->gen_cfg); in VL53L1_init_and_start_range()
1958 pdev->gen_cfg.system__interrupt_config_gpio; in VL53L1_init_and_start_range()
1960 pdev->gen_cfg.system__interrupt_config_gpio = 1 << 5; in VL53L1_init_and_start_range()
1982 pdev->gen_cfg.system__interrupt_config_gpio = in VL53L1_init_and_start_range()
2639 pdev->gen_cfg.system__interrupt_config_gpio = in VL53L1_set_GPIO_interrupt_config()
[all …]
Dvl53l1_api_calibration.c334 pdev->gen_cfg.dss_config__manual_effective_spads_select; in VL53L1_run_offset_calibration()
420 pdev->gen_cfg.dss_config__manual_effective_spads_select = in VL53L1_run_offset_calibration()
478 pdev->gen_cfg.dss_config__roi_mode_control; in VL53L1_run_offset_calibration()
480 pdev->gen_cfg.dss_config__manual_effective_spads_select; in VL53L1_run_offset_calibration()
/hal_st-3.4.0/sensor/vl53l1x/api/core/inc/
Dvl53l1_ll_def.h876 VL53L1_general_config_t gen_cfg; member