ST Expansion SW Team / VL53L1

Dependencies:   X_NUCLEO_COMMON ST_INTERFACES

Dependents:   X_NUCLEO_53L1CB

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers vl53l1_xtalk_private_structs.h Source File

vl53l1_xtalk_private_structs.h

00001 
00002 /* SPDX-License-Identifier: BSD-3-Clause */
00003 /******************************************************************************
00004  * Copyright (c) 2020, STMicroelectronics - All Rights Reserved
00005 
00006  This file is part of VL53L1 Protected and is dual licensed,
00007  either 'STMicroelectronics Proprietary license'
00008  or 'BSD 3-clause "New" or "Revised" License' , at your option.
00009 
00010  ******************************************************************************
00011 
00012  'STMicroelectronics Proprietary license'
00013 
00014  ******************************************************************************
00015 
00016  License terms: STMicroelectronics Proprietary in accordance with licensing
00017  terms at www.st.com/sla0081
00018 
00019  ******************************************************************************
00020  */
00021 
00022 
00023 
00024 
00025 
00026 
00027 #ifndef _VL53L1_XTALK_PRIVATE_STRUCTS_H_
00028 #define _VL53L1_XTALK_PRIVATE_STRUCTS_H_
00029 
00030 #include "vl53l1_types.h"
00031 #include "vl53l1_hist_structs.h"
00032 
00033 
00034 #ifdef __cplusplus
00035 extern "C"
00036 {
00037 #endif
00038 
00039 #define VL53L1_D_012  4
00040 
00041 
00042 
00043 typedef struct {
00044 
00045 
00046 
00047 
00048     uint32_t VL53L1_p_062[VL53L1_D_012];
00049 
00050 
00051     int16_t  VL53L1_p_060;
00052 
00053     int16_t  VL53L1_p_061;
00054 
00055 
00056     VL53L1_histogram_bin_data_t VL53L1_p_057;
00057 
00058     VL53L1_histogram_bin_data_t VL53L1_p_058;
00059 
00060 
00061 
00062     uint32_t VL53L1_p_059;
00063 
00064 
00065     uint32_t VL53L1_p_063[VL53L1_XTALK_HISTO_BINS];
00066 
00067 
00068 } VL53L1_xtalk_algo_data_t;
00069 
00070 #ifdef __cplusplus
00071 }
00072 #endif
00073 
00074 #endif
00075