Searched refs:CBPRINTF_MUST_RUNTIME_PACKAGE (Results 1 – 4 of 4) sorted by relevance
/Zephyr-Core-3.6.0/tests/lib/cbprintf_package/src/ |
D | main.c | 61 int must_runtime = CBPRINTF_MUST_RUNTIME_PACKAGE(flags, fmt, __VA_ARGS__); \ 131 rv = CBPRINTF_MUST_RUNTIME_PACKAGE(CBPRINTF_PACKAGE_CONST_CHAR_RO, in ZTEST() 136 rv = CBPRINTF_MUST_RUNTIME_PACKAGE(0, "test %s %s", str, (const char *)pstr); in ZTEST() 139 rv = CBPRINTF_MUST_RUNTIME_PACKAGE(CBPRINTF_PACKAGE_CONST_CHAR_RO, in ZTEST() 785 rv = CBPRINTF_MUST_RUNTIME_PACKAGE(0, "test"); in ZTEST() 788 rv = CBPRINTF_MUST_RUNTIME_PACKAGE(0, "test %x", 100); in ZTEST() 791 rv = CBPRINTF_MUST_RUNTIME_PACKAGE(0, "test %x %s", 100, ""); in ZTEST() 794 rv = CBPRINTF_MUST_RUNTIME_PACKAGE(CBPRINTF_PACKAGE_CONST_CHAR_RO, "test %x", 100); in ZTEST() 797 rv = CBPRINTF_MUST_RUNTIME_PACKAGE(CBPRINTF_PACKAGE_CONST_CHAR_RO, in ZTEST() 801 rv = CBPRINTF_MUST_RUNTIME_PACKAGE(CBPRINTF_PACKAGE_CONST_CHAR_RO, in ZTEST() [all …]
|
/Zephyr-Core-3.6.0/include/zephyr/sys/ |
D | cbprintf.h | 353 #define CBPRINTF_MUST_RUNTIME_PACKAGE(flags, ... /* fmt, ... */) \ macro
|
/Zephyr-Core-3.6.0/include/zephyr/logging/ |
D | log_msg.h | 522 bool has_rw_str = CBPRINTF_MUST_RUNTIME_PACKAGE( \
|
/Zephyr-Core-3.6.0/tests/unit/cbprintf/ |
D | main.c | 242 if (USE_PACKAGED && !CBPRINTF_MUST_RUNTIME_PACKAGE(0, 0, _fmt, __VA_ARGS__)) { \
|