Searched refs:TEST_MSG_0 (Results 1 – 1 of 1) sorted by relevance
/Zephyr-Core-3.6.0/tests/subsys/logging/log_api/src/ |
D | main.c | 165 #define TEST_MSG_0 "%lld %llu %hhd" in ZTEST() macro 175 snprintk(str, sizeof(str), TEST_MSG_0, ll, ull, i); in ZTEST() 184 LOG_DBG(TEST_MSG_0, ll, ull, i); in ZTEST() 217 #undef TEST_MSG_0 in ZTEST() 745 #define TEST_MSG_0 "%u %u" in ZTEST() macro 773 snprintk(str, sizeof(str), TEST_MSG_0, 1, 1); in ZTEST() 790 #undef TEST_MSG_0 in ZTEST()
|