Searched defs:HAL_LOGV (Results 1 – 1 of 1) sorted by relevance
22 #define HAL_LOGV(...) ESP_LOGV(__VA_ARGS__) macro67 #define HAL_LOGV(tag, fmt, ...) esp_rom_printf("%s: " fmt, tag, ##__VA_ARGS__) macro69 #define HAL_LOGV(tag, fmt, ...) macro