Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/bl2/ext/mcuboot/include/mcuboot_config/
Dmcuboot_logging.h46 #define MCUBOOT_LOG_ERR(_fmt, ...) \ argument
47 printf("[ERR] " _fmt "\r\n", ##__VA_ARGS__)
53 #define MCUBOOT_LOG_WRN(_fmt, ...) \ argument
54 printf("[WRN] " _fmt "\r\n", ##__VA_ARGS__)
60 #define MCUBOOT_LOG_INF(_fmt, ...) \ argument
61 printf("[INF] " _fmt "\r\n", ##__VA_ARGS__)
67 #define MCUBOOT_LOG_DBG(_fmt, ...) \ argument
68 printf("[DBG] " _fmt "\r\n", ##__VA_ARGS__)