Home
last modified time | relevance | path

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

/AliOS-Things-master/components/sensor/drv/drv_ps_st_vl53l0x/vl53l0x/
A Dvl53l0x_api_core.c448 uint32_t macro_period_ps; in VL53L0X_calc_macro_period_ps() local
458 macro_period_ps = in VL53L0X_calc_macro_period_ps()
462 return macro_period_ps; in VL53L0X_calc_macro_period_ps()
509 uint32_t macro_period_ps; in VL53L0X_calc_timeout_mclks() local
513 macro_period_ps = VL53L0X_calc_macro_period_ps(Dev, vcsel_period_pclks); in VL53L0X_calc_timeout_mclks()
514 macro_period_ns = (macro_period_ps + 500) / 1000; in VL53L0X_calc_timeout_mclks()
526 uint32_t macro_period_ps; in VL53L0X_calc_timeout_us() local
530 macro_period_ps = VL53L0X_calc_macro_period_ps(Dev, vcsel_period_pclks); in VL53L0X_calc_timeout_us()
531 macro_period_ns = (macro_period_ps + 500) / 1000; in VL53L0X_calc_timeout_us()

Completed in 6 milliseconds