Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/zephyr/esp_shared/include/boot/
Desp_log.h19 #define ESP_LOGD(tag, fmt, ...) MCUBOOT_LOG_DBG("[%s] " fmt, tag, ##__VA_ARGS__)
20 #define ESP_LOGV(tag, fmt, ...) MCUBOOT_LOG_DBG("[%s] " fmt, tag, ##__VA_ARGS__)
25 #define ESP_EARLY_LOGD(tag, fmt, ...) MCUBOOT_LOG_DBG("[%s] " fmt, tag, ##__VA_ARGS__)
26 #define ESP_EARLY_LOGV(tag, fmt, ...) MCUBOOT_LOG_DBG("[%s] " fmt, tag, ##__VA_ARGS__)
Dsoc_log.h15 #define SOC_LOGD(tag, fmt, ...) MCUBOOT_LOG_DBG("[%s] " fmt, tag, ##__VA_ARGS__)
/hal_espressif-3.6.0/zephyr/esp_shared/include/boot/mcuboot_config/
Dmcuboot_logging.h64 #define MCUBOOT_LOG_DBG(_fmt, ...) \ macro
69 #define MCUBOOT_LOG_DBG(_fmt, ...) macro