Searched refs:MCUBOOT_LOG_WRN (Results 1 – 10 of 10) sorted by relevance
/mcuboot-latest/boot/mbed/include/mcuboot_config/ |
D | mcuboot_logging.h | 63 #define MCUBOOT_LOG_WRN tr_warn macro 65 #define MCUBOOT_LOG_WRN(...) IGNORE(__VA_ARGS__) macro
|
/mcuboot-latest/boot/cypress/MCUBootApp/config/mcuboot_config/ |
D | mcuboot_logging.h | 65 #define MCUBOOT_LOG_WRN(_fmt, ...) \ macro 72 #define MCUBOOT_LOG_WRN(...) IGNORE(__VA_ARGS__) macro
|
/mcuboot-latest/boot/mynewt/mcuboot_config/include/mcuboot_config/ |
D | mcuboot_logging.h | 59 #define MCUBOOT_LOG_WRN(_fmt, ...) \ macro 64 #define MCUBOOT_LOG_WRN(...) IGNORE(__VA_ARGS__) macro
|
/mcuboot-latest/boot/espressif/hal/include/mcuboot_config/ |
D | mcuboot_logging.h | 52 #define MCUBOOT_LOG_WRN(_fmt, ...) \ macro 57 #define MCUBOOT_LOG_WRN(_fmt, ...) macro
|
/mcuboot-latest/boot/espressif/hal/include/ |
D | esp_log.h | 18 #define ESP_LOGW(tag, fmt, ...) MCUBOOT_LOG_WRN("[%s] " fmt, tag, ##__VA_ARGS__) 24 #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__)
|
/mcuboot-latest/sim/mcuboot-sys/csupport/mcuboot_config/ |
D | mcuboot_logging.h | 60 #define MCUBOOT_LOG_WRN(_fmt, ...) \ macro 68 #define MCUBOOT_LOG_WRN(...) IGNORE(__VA_ARGS__) macro
|
/mcuboot-latest/boot/nuttx/include/mcuboot_config/ |
D | mcuboot_logging.h | 39 #define MCUBOOT_LOG_WRN(format, ...) \ macro
|
/mcuboot-latest/boot/zephyr/include/mcuboot_config/ |
D | mcuboot_logging.h | 23 #define MCUBOOT_LOG_WRN(...) LOG_WRN(__VA_ARGS__) macro
|
/mcuboot-latest/boot/bootutil/include/bootutil/ |
D | bootutil_log.h | 34 #define BOOT_LOG_WRN(...) MCUBOOT_LOG_WRN(__VA_ARGS__)
|