Fork, renaming of VL53L1CB-2

Dependencies:   X_NUCLEO_COMMON ST_INTERFACES

Dependents:   X_NUCLEO_53L1CB

Revision:
0:3ac96e360672
Child:
7:1add29d51e72
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/inc/vl53l1_hist_core.h	Fri Nov 06 10:06:37 2020 +0000
@@ -0,0 +1,95 @@
+
+/*******************************************************************************
+ This file is part of VL53L1 Protected
+
+ Copyright (c) 2020, STMicroelectronics - All Rights Reserved
+
+ License terms: STMicroelectronics Proprietary in accordance with licensing
+ terms at www.st.com/sla0081
+
+ STMicroelectronics confidential
+ Reproduction and Communication of this document is strictly prohibited unless
+ specifically authorized in writing by STMicroelectronics.
+
+*/
+
+
+
+
+
+#ifndef _VL53L1_HIST_CORE_H_
+#define _VL53L1_HIST_CORE_H_
+
+#include "vl53l1_types.h"
+#include "vl53l1_ll_def.h"
+#include "vl53l1_hist_private_structs.h"
+
+#ifdef __cplusplus
+extern "C"
+{
+#endif
+
+
+
+
+void  VL53L1_f_013(
+	uint8_t                         VL53L1_p_018,
+	uint8_t                         filter_woi,
+	VL53L1_histogram_bin_data_t    *pbins,
+	int32_t                        *pa,
+	int32_t                        *pb,
+	int32_t                        *pc);
+
+
+
+
+VL53L1_Error VL53L1_f_011(
+	uint16_t                        vcsel_width,
+	uint16_t                        fast_osc_frequency,
+	uint32_t                        total_periods_elapsed,
+	uint16_t                        VL53L1_p_006,
+	VL53L1_range_data_t            *pdata,
+	uint8_t histo_merge_nb);
+
+
+
+
+void VL53L1_f_012(
+	uint16_t             gain_factor,
+	int16_t              range_offset_mm,
+	VL53L1_range_data_t *pdata);
+
+
+
+
+void  VL53L1_f_037(
+	VL53L1_histogram_bin_data_t   *pdata,
+	int32_t                        ambient_estimate_counts_per_bin);
+
+
+
+
+void  VL53L1_f_004(
+	VL53L1_histogram_bin_data_t   *pxtalk,
+	VL53L1_histogram_bin_data_t   *pbins,
+	VL53L1_histogram_bin_data_t   *pxtalk_realigned);
+
+
+
+int8_t  VL53L1_f_038(
+	VL53L1_histogram_bin_data_t   *pdata1,
+	VL53L1_histogram_bin_data_t   *pdata2);
+
+
+
+VL53L1_Error  VL53L1_f_039(
+	VL53L1_histogram_bin_data_t   *pidata,
+	VL53L1_histogram_bin_data_t   *podata);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif
+
+