Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/platform_port/include/hal/
Dlog.h20 #define HAL_LOGI(...) ESP_LOGI(__VA_ARGS__) macro
55 #define HAL_LOGI(tag, fmt, ...) esp_rom_printf("%s(info): " fmt, tag, ##__VA_ARGS__) macro
57 #define HAL_LOGI(tag, fmt, ...) macro