Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/zephyr/esp_shared/include/boot/mcuboot_config/
Dmcuboot_logging.h46 #define MCUBOOT_LOG_WRN(_fmt, ...) \ macro
51 #define MCUBOOT_LOG_WRN(_fmt, ...) macro
/hal_espressif-3.5.0/zephyr/esp_shared/include/boot/
Desp_log.h17 #define ESP_LOGW(tag, fmt, ...) MCUBOOT_LOG_WRN("[%s] " fmt, tag, ##__VA_ARGS__)
23 #define ESP_EARLY_LOGW(tag, fmt, ...) MCUBOOT_LOG_WRN("[%s] " fmt, tag, ##__VA_ARGS__)
Dsoc_log.h13 #define SOC_LOGW(tag, fmt, ...) MCUBOOT_LOG_WRN("[%s] " fmt, tag, ##__VA_ARGS__)