Home
last modified time | relevance | path

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

/mcuboot-latest/boot/mbed/include/mcuboot_config/
Dmcuboot_logging.h57 #define MCUBOOT_LOG_ERR tr_error macro
59 #define MCUBOOT_LOG_ERR(...) IGNORE(__VA_ARGS__) macro
/mcuboot-latest/boot/cypress/MCUBootApp/config/mcuboot_config/
Dmcuboot_logging.h54 #define MCUBOOT_LOG_ERR(_fmt, ...) \ macro
61 #define MCUBOOT_LOG_ERR(...) IGNORE(__VA_ARGS__) macro
/mcuboot-latest/sim/mcuboot-sys/csupport/mcuboot_config/
Dmcuboot_logging.h48 #define MCUBOOT_LOG_ERR(_fmt, ...) \ macro
56 #define MCUBOOT_LOG_ERR(...) IGNORE(__VA_ARGS__) macro
/mcuboot-latest/boot/mynewt/mcuboot_config/include/mcuboot_config/
Dmcuboot_logging.h50 #define MCUBOOT_LOG_ERR(_fmt, ...) \ macro
55 #define MCUBOOT_LOG_ERR(...) IGNORE(__VA_ARGS__) macro
/mcuboot-latest/boot/espressif/hal/include/mcuboot_config/
Dmcuboot_logging.h43 #define MCUBOOT_LOG_ERR(_fmt, ...) \ macro
48 #define MCUBOOT_LOG_ERR(_fmt, ...) macro
/mcuboot-latest/boot/nuttx/include/mcuboot_config/
Dmcuboot_logging.h36 #define MCUBOOT_LOG_ERR(format, ...) \ macro
/mcuboot-latest/boot/zephyr/include/mcuboot_config/
Dmcuboot_logging.h22 #define MCUBOOT_LOG_ERR(...) LOG_ERR(__VA_ARGS__) macro