Searched refs:vcsel_period_pclks (Results 1 – 2 of 2) sorted by relevance
46 uint8_t VL53L0X_encode_vcsel_period(uint8_t vcsel_period_pclks);106 uint8_t vcsel_period_pclks);
101 uint8_t vcsel_period_pclks = 0; in VL53L0X_decode_vcsel_period() local103 vcsel_period_pclks = (vcsel_period_reg + 1) << 1; in VL53L0X_decode_vcsel_period()105 return vcsel_period_pclks; in VL53L0X_decode_vcsel_period()108 uint8_t VL53L0X_encode_vcsel_period(uint8_t vcsel_period_pclks) in VL53L0X_encode_vcsel_period() argument117 vcsel_period_reg = (vcsel_period_pclks >> 1) - 1; in VL53L0X_encode_vcsel_period()444 uint8_t vcsel_period_pclks) in VL53L0X_calc_macro_period_ps() argument459 (uint32_t)(macro_period_vclks * vcsel_period_pclks * PLL_period_ps); in VL53L0X_calc_macro_period_ps()507 uint8_t vcsel_period_pclks) in VL53L0X_calc_timeout_mclks() argument513 macro_period_ps = VL53L0X_calc_macro_period_ps(Dev, vcsel_period_pclks); in VL53L0X_calc_timeout_mclks()524 uint8_t vcsel_period_pclks) in VL53L0X_calc_timeout_us() argument[all …]
Completed in 6 milliseconds