Home
last modified time | relevance | path

Searched defs:ESP_EARLY_LOGE (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.6.0/zephyr/esp_shared/include/boot/
Desp_log.h22 #define ESP_EARLY_LOGE(tag, fmt, ...) MCUBOOT_LOG_ERR("[%s] " fmt, tag, ##__VA_ARGS__) macro
/hal_espressif-3.6.0/components/log/include/
Desp_log.h309 #define ESP_EARLY_LOGE( tag, format, ... ) ESP_LOG_EARLY_IMPL(tag, format, ESP_LOG_ERROR, E __VA_… macro
319 #define ESP_EARLY_LOGE( tag, format, ... ) ESP_LOG_EARLY_IMPL(tag, format, ESP_LOG_ERROR, E, ##__… macro