D | vl53l1_platform_log.h | 55 * @param functions - function level to trace; 107 * this way, Python interfaces can access this function, but we don't 117 * @brief Print trace module function. 121 * @param function - ?? 129 uint32_t function, 143 * @param[in] function : new function code 146 void VL53L1_set_trace_functions(uint32_t function); 161 #define _LOG_TRACE_PRINT(module, level, function, ...) \ argument 162 VL53L1_trace_print_module_function(module, level, function, ##__VA_ARGS__); 190 #define _LOG_TRACE_PRINT(module, level, function, ...) argument
|