Searched defs:SOC_LOGD (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-3.6.0/components/esp_hw_support/include/ |
D | soc_log.h | 23 #define SOC_LOGD(tag, fmt, ...) ESP_EARLY_LOGD(tag, fmt, ##__VA_ARGS__) macro 43 #define SOC_LOGD(tag, fmt, ...) esp_rom_printf("%s(dbg): " fmt, tag, ##__VA_ARGS__) macro
|
/hal_espressif-3.6.0/zephyr/esp_shared/include/boot/ |
D | soc_log.h | 15 #define SOC_LOGD(tag, fmt, ...) MCUBOOT_LOG_DBG("[%s] " fmt, tag, ##__VA_ARGS__) macro
|