Home
last modified time | relevance | path

Searched refs:_L_ (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.6.0/components/app_trace/include/
Desp_app_trace_util.h174 #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/
Dtest_trace.c54 #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__); \