Searched refs:_fmt (Results 1 – 4 of 4) sorted by relevance
/mcuboot-latest/boot/espressif/hal/include/mcuboot_config/ |
D | mcuboot_logging.h | 43 #define MCUBOOT_LOG_ERR(_fmt, ...) \ argument 45 ets_printf(TARGET " [ERR] " _fmt "\n\r", ##__VA_ARGS__); \ 48 #define MCUBOOT_LOG_ERR(_fmt, ...) argument 52 #define MCUBOOT_LOG_WRN(_fmt, ...) \ argument 54 ets_printf(TARGET " [WRN] " _fmt "\n\r", ##__VA_ARGS__); \ 57 #define MCUBOOT_LOG_WRN(_fmt, ...) argument 61 #define MCUBOOT_LOG_INF(_fmt, ...) \ argument 63 ets_printf(TARGET " [INF] " _fmt "\n\r", ##__VA_ARGS__); \ 66 #define MCUBOOT_LOG_INF(_fmt, ...) argument 70 #define MCUBOOT_LOG_DBG(_fmt, ...) \ argument [all …]
|
/mcuboot-latest/sim/mcuboot-sys/csupport/mcuboot_config/ |
D | mcuboot_logging.h | 48 #define MCUBOOT_LOG_ERR(_fmt, ...) \ argument 51 fprintf(stderr, "[ERR] " _fmt "\n", ##__VA_ARGS__); \ 60 #define MCUBOOT_LOG_WRN(_fmt, ...) \ argument 63 fprintf(stderr, "[WRN] " _fmt "\n", ##__VA_ARGS__); \ 72 #define MCUBOOT_LOG_INF(_fmt, ...) \ argument 75 fprintf(stderr, "[INF] " _fmt "\n", ##__VA_ARGS__); \ 84 #define MCUBOOT_LOG_DBG(_fmt, ...) \ argument 87 fprintf(stderr, "[DBG] " _fmt "\n", ##__VA_ARGS__); \ 96 #define MCUBOOT_LOG_SIM(_fmt, ...) \ argument 99 fprintf(stderr, "[SIM] " _fmt "\n", ##__VA_ARGS__); \
|
/mcuboot-latest/boot/cypress/MCUBootApp/config/mcuboot_config/ |
D | mcuboot_logging.h | 54 #define MCUBOOT_LOG_ERR(_fmt, ...) \ argument 57 fprintf(stderr, "[ERR] " _fmt "\n\r", ##__VA_ARGS__); \ 65 #define MCUBOOT_LOG_WRN(_fmt, ...) \ argument 68 fprintf(stderr, "[WRN] " _fmt "\n\r", ##__VA_ARGS__); \ 76 #define MCUBOOT_LOG_INF(_fmt, ...) \ argument 79 fprintf(stderr, "[INF] " _fmt "\n\r", ##__VA_ARGS__); \ 87 #define MCUBOOT_LOG_DBG(_fmt, ...) \ argument 90 fprintf(stderr, "[DBG] " _fmt "\n\r", ##__VA_ARGS__); \
|
/mcuboot-latest/boot/mynewt/mcuboot_config/include/mcuboot_config/ |
D | mcuboot_logging.h | 50 #define MCUBOOT_LOG_ERR(_fmt, ...) \ argument 52 printf("[ERR] " _fmt "\n", ##__VA_ARGS__); \ 59 #define MCUBOOT_LOG_WRN(_fmt, ...) \ argument 61 printf("[WRN] " _fmt "\n", ##__VA_ARGS__); \ 68 #define MCUBOOT_LOG_INF(_fmt, ...) \ argument 70 printf("[INF] " _fmt "\n", ##__VA_ARGS__); \ 77 #define MCUBOOT_LOG_DBG(_fmt, ...) \ argument 79 printf("[DBG] " _fmt "\n", ##__VA_ARGS__); \
|