Home
last modified time | relevance | path

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

/AliOS-Things-master/components/sensor/drv/drv_ps_st_vl53l0x/vl53l0x/
A Dvl53l0x_api_core.h46 uint8_t VL53L0X_encode_vcsel_period(uint8_t vcsel_period_pclks);
106 uint8_t vcsel_period_pclks);
A Dvl53l0x_api_core.c101 uint8_t vcsel_period_pclks = 0; in VL53L0X_decode_vcsel_period() local
103 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() argument
117 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() argument
459 (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() argument
513 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