Go to the source code of this file.
#define CATCH_TRIGGER |
( |
|
chip | ) |
|
#define RTS51X_DUMP |
( |
|
buf, |
|
|
|
buf_len |
|
) |
| |
Value:do { \
char *_file =
filename((
char *)__FILE__); \
RTS51X_DEBUGP("[%s][%s]:[%d]\n", _file, __func__, __LINE__); \
(
chip)->trace_msg[(
chip)->msg_idx].line = (
u16)(__LINE__); \
get_current_time((
chip)->trace_msg[(
chip)->msg_idx].timeval_buf,\
(
chip)->trace_msg[(
chip)->msg_idx].valid = 1; \
} \
} while (0)
Definition at line 72 of file trace.h.
Value:do { \
char *_file =
filename((
char *)__FILE__); \
RTS51X_DEBUGP("[%s][%s]:[%d]\n", _file, __func__, __LINE__); \
(
chip)->trace_msg[(
chip)->msg_idx].line = (
u16)(__LINE__); \
get_current_time((
chip)->trace_msg[(
chip)->msg_idx].timeval_buf,\
(
chip)->trace_msg[(
chip)->msg_idx].valid = 1; \
} \
} while (0)
Definition at line 53 of file trace.h.