Searched defs:ESP_DRAM_LOGE (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-latest/components/log/include/ |
D | esp_log.h | 453 #define ESP_DRAM_LOGE( tag, format, ... ) ESP_DRAM_LOG_IMPL(tag, format, ESP_LOG_ERROR, E __VA_OP… macro 463 #define ESP_DRAM_LOGE( tag, format, ... ) ESP_DRAM_LOG_IMPL(tag, format, ESP_LOG_ERROR, E, ##__VA… macro
|