Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/port/include/
Desp_hw_log.h22 #define ESP_HW_LOGI(tag, fmt, ...) ESP_EARLY_LOGI(tag, fmt, ##__VA_ARGS__) macro
30 #define ESP_HW_LOGI(tag, fmt, ...) esp_rom_printf("%s(info): " fmt, tag, ##__VA_ARGS__) macro