Home
last modified time | relevance | path

Searched refs:SOC_LOGV (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-3.4.0/components/esp_hw_support/include/
Dsoc_log.h24 #define SOC_LOGV(tag, fmt, ...) ESP_EARLY_LOGV(tag, fmt, ##__VA_ARGS__) macro
44 #define SOC_LOGV(tag, fmt, ...) esp_rom_printf("%s: " fmt, tag, ##__VA_ARGS__) macro