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/ |
D | mcuboot_logging.h | 46 #define MCUBOOT_LOG_WRN(_fmt, ...) \ macro 51 #define MCUBOOT_LOG_WRN(_fmt, ...) macro
|
/hal_espressif-3.5.0/zephyr/esp_shared/include/boot/ |
D | esp_log.h | 17 #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__)
|
D | soc_log.h | 13 #define SOC_LOGW(tag, fmt, ...) MCUBOOT_LOG_WRN("[%s] " fmt, tag, ##__VA_ARGS__)
|