Searched defs:SOC_LOGE (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-3.4.0/components/esp_hw_support/include/ |
D | soc_log.h | 20 #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/ |
D | soc_log.h | 4 #define SOC_LOGE(...) do {} while(0) macro
|
/hal_espressif-3.4.0/zephyr/esp_shared/include/boot/ |
D | soc_log.h | 12 #define SOC_LOGE(tag, fmt, ...) MCUBOOT_LOG_ERR("[%s] " fmt, tag, ##__VA_ARGS__) macro
|