Searched refs:MCUBOOT_LOG_DBG (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-3.6.0/zephyr/esp_shared/include/boot/ |
D | esp_log.h | 19 #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__)
|
D | soc_log.h | 15 #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/ |
D | mcuboot_logging.h | 64 #define MCUBOOT_LOG_DBG(_fmt, ...) \ macro 69 #define MCUBOOT_LOG_DBG(_fmt, ...) macro
|