Searched defs:HAL_LOGD (Results 1 – 1 of 1) sorted by relevance
21 #define HAL_LOGD(...) ESP_LOGD(__VA_ARGS__) macro61 #define HAL_LOGD(tag, fmt, ...) esp_rom_printf("%s(dbg): " fmt, tag, ##__VA_ARGS__) macro63 #define HAL_LOGD(tag, fmt, ...) macro