Home
last modified time | relevance | path

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

/mcuboot-latest/boot/mbed/include/mcuboot_config/
Dmcuboot_logging.h63 #define MCUBOOT_LOG_WRN tr_warn macro
65 #define MCUBOOT_LOG_WRN(...) IGNORE(__VA_ARGS__) macro
/mcuboot-latest/boot/cypress/MCUBootApp/config/mcuboot_config/
Dmcuboot_logging.h65 #define MCUBOOT_LOG_WRN(_fmt, ...) \ macro
72 #define MCUBOOT_LOG_WRN(...) IGNORE(__VA_ARGS__) macro
/mcuboot-latest/boot/mynewt/mcuboot_config/include/mcuboot_config/
Dmcuboot_logging.h59 #define MCUBOOT_LOG_WRN(_fmt, ...) \ macro
64 #define MCUBOOT_LOG_WRN(...) IGNORE(__VA_ARGS__) macro
/mcuboot-latest/boot/espressif/hal/include/mcuboot_config/
Dmcuboot_logging.h52 #define MCUBOOT_LOG_WRN(_fmt, ...) \ macro
57 #define MCUBOOT_LOG_WRN(_fmt, ...) macro
/mcuboot-latest/boot/espressif/hal/include/
Desp_log.h18 #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__)
Dsoc_log.h13 #define SOC_LOGW(tag, fmt, ...) MCUBOOT_LOG_WRN("[%s] " fmt, tag, ##__VA_ARGS__)
/mcuboot-latest/sim/mcuboot-sys/csupport/mcuboot_config/
Dmcuboot_logging.h60 #define MCUBOOT_LOG_WRN(_fmt, ...) \ macro
68 #define MCUBOOT_LOG_WRN(...) IGNORE(__VA_ARGS__) macro
/mcuboot-latest/boot/nuttx/include/mcuboot_config/
Dmcuboot_logging.h39 #define MCUBOOT_LOG_WRN(format, ...) \ macro
/mcuboot-latest/boot/zephyr/include/mcuboot_config/
Dmcuboot_logging.h23 #define MCUBOOT_LOG_WRN(...) LOG_WRN(__VA_ARGS__) macro
/mcuboot-latest/boot/bootutil/include/bootutil/
Dbootutil_log.h34 #define BOOT_LOG_WRN(...) MCUBOOT_LOG_WRN(__VA_ARGS__)