Home
last modified time | relevance | path

Searched defs:SOC_LOGE (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.4.0/components/esp_hw_support/include/
Dsoc_log.h20 #define SOC_LOGE(tag, fmt, ...) ESP_EARLY_LOGE(tag, fmt, ##__VA_ARGS__) macro
40 #define SOC_LOGE(tag, fmt, ...) esp_rom_printf("%s(err): " fmt, tag, ##__VA_ARGS__) macro
/hal_espressif-3.4.0/zephyr/esp32s2/include/
Dsoc_log.h4 #define SOC_LOGE(...) do {} while(0) macro
/hal_espressif-3.4.0/zephyr/esp_shared/include/boot/
Dsoc_log.h12 #define SOC_LOGE(tag, fmt, ...) MCUBOOT_LOG_ERR("[%s] " fmt, tag, ##__VA_ARGS__) macro