Searched defs:HAL_LOGW (Results 1 – 1 of 1) sorted by relevance
19 #define HAL_LOGW(...) ESP_LOGW(__VA_ARGS__) macro49 #define HAL_LOGW(tag, fmt, ...) esp_rom_printf("%s(warn): " fmt, tag, ##__VA_ARGS__) macro51 #define HAL_LOGW(tag, fmt, ...) macro