EwokPlus25 platform logging function definition. More...
Go to the source code of this file.
Macros | |
#define | _LOG_FUNCTION_END(module, status, ...) |
#define | _LOG_FUNCTION_END_FMT(module, status, fmt, ...) |
#define | _LOG_FUNCTION_START(module, fmt, ...) |
#define | _LOG_GET_TRACE_FUNCTIONS() 0 |
#define | _LOG_SET_TRACE_FUNCTIONS(functions) |
#define | _LOG_STRING_BUFFER(x) |
#define | _LOG_TRACE_PRINT(module, level, function, ...) |
EwokPlus25 platform logging function definition.
Definition in file vl53l1_platform_log.h.
#define _LOG_FUNCTION_END | ( | module, | |
status, | |||
... | |||
) |
Definition at line 249 of file vl53l1_platform_log.h.
#define _LOG_FUNCTION_END_FMT | ( | module, | |
status, | |||
fmt, | |||
... | |||
) |
Definition at line 250 of file vl53l1_platform_log.h.
#define _LOG_FUNCTION_START | ( | module, | |
fmt, | |||
... | |||
) |
Definition at line 248 of file vl53l1_platform_log.h.
#define _LOG_GET_TRACE_FUNCTIONS | ( | ) | 0 |
Definition at line 251 of file vl53l1_platform_log.h.
#define _LOG_SET_TRACE_FUNCTIONS | ( | functions | ) |
Definition at line 252 of file vl53l1_platform_log.h.
#define _LOG_STRING_BUFFER | ( | x | ) |
Definition at line 253 of file vl53l1_platform_log.h.
#define _LOG_TRACE_PRINT | ( | module, | |
level, | |||
function, | |||
... | |||
) |
Definition at line 247 of file vl53l1_platform_log.h.