D | vl53l1_platform_log.h | 32 * @brief Set the level, output and specific functions for module logging. 37 * @param modules - Module or None or All to trace 117 * @brief Print trace module function. 119 * @param module - ?? 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 [all …]
|