Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/zephyr/esp_shared/include/boot/mcuboot_config/
Dmcuboot_logging.h55 #define MCUBOOT_LOG_INF(_fmt, ...) \ macro
60 #define MCUBOOT_LOG_INF(_fmt, ...) macro
/hal_espressif-3.5.0/zephyr/esp_shared/include/boot/
Desp_log.h18 #define ESP_LOGI(tag, fmt, ...) MCUBOOT_LOG_INF("[%s] " fmt, tag, ##__VA_ARGS__)
24 #define ESP_EARLY_LOGI(tag, fmt, ...) MCUBOOT_LOG_INF("[%s] " fmt, tag, ##__VA_ARGS__)
Dsoc_log.h14 #define SOC_LOGI(tag, fmt, ...) MCUBOOT_LOG_INF("[%s] " fmt, tag, ##__VA_ARGS__)