EwokPlus25 low level Driver debug function definition. More...
#include "vl53l1_ll_def.h"
#include "vl53l1_ll_device.h"
#include "vl53l1_register_structs.h"
#include "vl53l1_core.h"
#include "vl53l1_api_debug.h"
Go to the source code of this file.
Macros | |
#define | LOG_FUNCTION_END(status, ...) _LOG_FUNCTION_END(VL53L1_TRACE_MODULE_CORE, status, ##__VA_ARGS__) |
#define | LOG_FUNCTION_END_FMT(status, fmt, ...) |
#define | LOG_FUNCTION_START(fmt, ...) _LOG_FUNCTION_START(VL53L1_TRACE_MODULE_CORE, fmt, ##__VA_ARGS__) |
#define | trace_print(level, ...) |
Functions | |
VL53L1_Error | VL53L1_get_additional_data (VL53L1_DEV Dev, VL53L1_additional_data_t *pdata) |
Gets the current LL Driver configuration parameters and the last set of histogram data for debug. More... | |
EwokPlus25 low level Driver debug function definition.
Definition in file vl53l1_api_debug.c.
#define LOG_FUNCTION_END | ( | status, | |
... | |||
) | _LOG_FUNCTION_END(VL53L1_TRACE_MODULE_CORE, status, ##__VA_ARGS__) |
Definition at line 76 of file vl53l1_api_debug.c.
#define LOG_FUNCTION_END_FMT | ( | status, | |
fmt, | |||
... | |||
) |
Definition at line 78 of file vl53l1_api_debug.c.
#define LOG_FUNCTION_START | ( | fmt, | |
... | |||
) | _LOG_FUNCTION_START(VL53L1_TRACE_MODULE_CORE, fmt, ##__VA_ARGS__) |
Definition at line 74 of file vl53l1_api_debug.c.
#define trace_print | ( | level, | |
... | |||
) |
Definition at line 82 of file vl53l1_api_debug.c.
VL53L1_Error VL53L1_get_additional_data | ( | VL53L1_DEV | Dev, |
VL53L1_additional_data_t * | pdata | ||
) |
Gets the current LL Driver configuration parameters and the last set of histogram data for debug.
[in] | Dev | : Device Handle |
[out] | pdata | : pointer to VL53L1_additional_data_t data structure |
Definition at line 89 of file vl53l1_api_debug.c.