Searched defs:SOC_LOGW (Results 1 – 2 of 2) sorted by relevance
29 #define SOC_LOGW(tag, fmt, ...) ESP_EARLY_LOGW(tag, fmt, ##__VA_ARGS__) macro47 #define SOC_LOGW(tag, fmt, ...) esp_rom_printf("%s(warn): " fmt, tag, ##__VA_ARGS__) macro
31 #define SOC_LOGW(...) BK_LOGW(SOC_TAG, ##__VA_ARGS__) macro