Searched refs:macro_period_ps (Results 1 – 1 of 1) sorted by relevance
448 uint32_t macro_period_ps; in VL53L0X_calc_macro_period_ps() local458 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() local513 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() local530 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