Searched refs:macro_period_ps (Results 1 – 1 of 1) sorted by relevance
482 uint32_t macro_period_ps; in VL53L0X_calc_macro_period_ps() local492 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() local549 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() local568 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()