Searched refs:_Log_CONCAT2 (Results 1 – 1 of 1) sorted by relevance
| /hal_ti-latest/simplelink_lpf3/source/ti/log/ |
| D | Log.h | 613 #define _Log_CONCAT2(x,y) _Log_CONCAT2_A(x,y) macro 614 #define _Log_CONCAT3(x,y,z) _Log_CONCAT2(x,_Log_CONCAT2(y,z)) 649 …__root static const char * const _Log_CONCAT2(Ptr, name) @ _Log_TOKEN2STRING(_Log_CONCAT2(.log_ptr… 661 static const char * const _Log_CONCAT2(Ptr, name) \ 684 …_Log_CONCAT2(x, _Log_NUMARGS_B(__VA_ARGS__, _arg8, _arg7, _arg6, _arg5, _arg4, _arg3, _arg2, _arg1… 733 … _Log_PLACE_FORMAT_IN_SECTOR(_Log_CONCAT2(LogSymbol, __LINE__), \ 740 … (uint32_t)&_Log_CONCAT2(LogSymbol, __LINE__), \ 759 …_Log_CONCAT2(_Log_buf_C, _Log_DEFINED(ti_log_Log_ENABLE_ ## module))(module, level, format, data, … 812 (uint32_t)&_Log_CONCAT2(LogSymbol, __LINE__), \ 819 (uint32_t)&_Log_CONCAT2(LogSymbol, __LINE__), \ [all …]
|