Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/platform_port/include/hal/
Dlog.h19 #define HAL_LOGW(...) ESP_LOGW(__VA_ARGS__) macro
49 #define HAL_LOGW(tag, fmt, ...) esp_rom_printf("%s(warn): " fmt, tag, ##__VA_ARGS__) macro
51 #define HAL_LOGW(tag, fmt, ...) macro