Searched refs:vcsel_period_reg (Results 1 – 5 of 5) sorted by relevance
94 uint8_t VL53L0X_decode_vcsel_period(uint8_t vcsel_period_reg) in VL53L0X_decode_vcsel_period() argument103 vcsel_period_pclks = (vcsel_period_reg + 1) << 1; in VL53L0X_decode_vcsel_period()115 uint8_t vcsel_period_reg = 0; in VL53L0X_encode_vcsel_period() local117 vcsel_period_reg = (vcsel_period_pclks >> 1) - 1; in VL53L0X_encode_vcsel_period()119 return vcsel_period_reg; in VL53L0X_encode_vcsel_period()835 uint8_t vcsel_period_reg; in VL53L0X_set_vcsel_pulse_period() local989 vcsel_period_reg = VL53L0X_encode_vcsel_period((uint8_t) in VL53L0X_set_vcsel_pulse_period()1015 vcsel_period_reg); in VL53L0X_set_vcsel_pulse_period()1042 vcsel_period_reg); in VL53L0X_set_vcsel_pulse_period()1084 uint8_t vcsel_period_reg; in VL53L0X_get_vcsel_pulse_period() local[all …]
411 uint8_t VL53L1_decode_vcsel_period(uint8_t vcsel_period_reg) in VL53L1_decode_vcsel_period() argument420 vcsel_period_pclks = (vcsel_period_reg + 1) << 1; in VL53L1_decode_vcsel_period()
1382 uint8_t vcsel_period_reg = 0; in VL53L1_encode_vcsel_period() local1384 vcsel_period_reg = (vcsel_period_pclks >> 1) - 1; in VL53L1_encode_vcsel_period()1386 return vcsel_period_reg; in VL53L1_encode_vcsel_period()
202 uint8_t vcsel_period_reg);
47 uint8_t VL53L0X_decode_vcsel_period(uint8_t vcsel_period_reg);