Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/hal/platform_port/include/hal/
Dlog.h22 #define HAL_LOGV(...) ESP_LOGV(__VA_ARGS__) macro
67 #define HAL_LOGV(tag, fmt, ...) esp_rom_printf("%s: " fmt, tag, ##__VA_ARGS__) macro
69 #define HAL_LOGV(tag, fmt, ...) macro