Searched refs:TEST_MSG_0 (Results 1 – 1 of 1) sorted by relevance
| /Zephyr-latest/tests/subsys/logging/log_api/src/ |
| D | main.c | 173 #define TEST_MSG_0 "%lld %llu %hhd" in ZTEST() macro 183 snprintk(str, sizeof(str), TEST_MSG_0, ll, ull, i); in ZTEST() 192 LOG_DBG(TEST_MSG_0, ll, ull, i); in ZTEST() 225 #undef TEST_MSG_0 in ZTEST() 751 #define TEST_MSG_0 "%u %u" in ZTEST() macro 779 snprintk(str, sizeof(str), TEST_MSG_0, 1, 1); in ZTEST() 796 #undef TEST_MSG_0 in ZTEST()
|