Searched refs:_L_ (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-3.6.0/components/app_trace/include/ |
D | esp_app_trace_util.h | 174 #define ESP_APPTRACE_LOG_LEV( _L_, level, format, ... ) \ argument 177 … ESP_APPTRACE_LOG(LOG_FORMAT(_L_, format), esp_log_early_timestamp(), TAG, ##__VA_ARGS__); \
|
/hal_espressif-3.6.0/components/app_trace/test/ |
D | test_trace.c | 54 #define ESP_APPTRACE_TEST_LOG_LEVEL( _L_, level, format, ... ) \ argument 57 … ESP_APPTRACE_TEST_LOG(LOG_FORMAT(_L_, format), esp_log_early_timestamp(), TAG, ##__VA_ARGS__); \
|