D | vl53l1_platform_log.h | 127 uint32_t module, 161 #define _LOG_TRACE_PRINT(module, level, function, ...) \ argument 162 VL53L1_trace_print_module_function(module, level, function, ##__VA_ARGS__); 164 #define _LOG_FUNCTION_START(module, fmt, ...) \ argument 165 VL53L1_trace_print_module_function(module, _trace_level, VL53L1_TRACE_FUNCTION_ALL,\ 168 #define _LOG_FUNCTION_END(module, status, ...)\ argument 169 VL53L1_trace_print_module_function(module, _trace_level, VL53L1_TRACE_FUNCTION_ALL,\ 172 #define _LOG_FUNCTION_END_FMT(module, status, fmt, ...)\ argument 173 VL53L1_trace_print_module_function(module, _trace_level, VL53L1_TRACE_FUNCTION_ALL,\ 190 #define _LOG_TRACE_PRINT(module, level, function, ...) argument [all …]
|