Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/platform_port/include/hal/
Dlog.h21 #define HAL_LOGD(...) ESP_LOGD(__VA_ARGS__) macro
61 #define HAL_LOGD(tag, fmt, ...) esp_rom_printf("%s(dbg): " fmt, tag, ##__VA_ARGS__) macro
63 #define HAL_LOGD(tag, fmt, ...) macro