Home
last modified time | relevance | path

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

/hal_st-3.4.0/sensor/vl53l0x/api/core/src/
Dvl53l0x_api_core.c482 uint32_t macro_period_ps; in VL53L0X_calc_macro_period_ps() local
492 macro_period_ps = (uint32_t)(macro_period_vclks in VL53L0X_calc_macro_period_ps()
496 return macro_period_ps; in VL53L0X_calc_macro_period_ps()
545 uint32_t macro_period_ps; in VL53L0X_calc_timeout_mclks() local
549 macro_period_ps = VL53L0X_calc_macro_period_ps(Dev, vcsel_period_pclks); in VL53L0X_calc_timeout_mclks()
550 macro_period_ns = (macro_period_ps + 500) / 1000; in VL53L0X_calc_timeout_mclks()
564 uint32_t macro_period_ps; in VL53L0X_calc_timeout_us() local
568 macro_period_ps = VL53L0X_calc_macro_period_ps(Dev, vcsel_period_pclks); in VL53L0X_calc_timeout_us()
569 macro_period_ns = (macro_period_ps + 500) / 1000; in VL53L0X_calc_timeout_us()