Home
last modified time | relevance | path

Searched defs:MCUBOOT_LOG_WRN (Results 1 – 7 of 7) sorted by relevance

/mcuboot-latest/boot/mbed/include/mcuboot_config/
Dmcuboot_logging.h66 #define MCUBOOT_LOG_WRN tr_warn macro
68 #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/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/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/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