Searched refs:TEST_VALUE (Results 1 – 2 of 2) sorted by relevance
| /Zephyr-latest/tests/drivers/watchdog/wdt_variables/src/ |
| D | main.c | 22 #define TEST_VALUE (2U) macro 29 static int global_tmp_1 = TEST_VALUE; 46 static int tmp_1 = TEST_VALUE; in main() 103 if (global_tmp_1 != (TEST_VALUE + 1)) { in main() 104 LOG_ERR("global_tmp_1 is %d instead of %d", global_tmp_1, TEST_VALUE + 1); in main() 113 if (tmp_1 != (TEST_VALUE + 1)) { in main() 114 LOG_ERR("tmp_1 is %d instead of %d", tmp_1, TEST_VALUE + 1); in main()
|
| /Zephyr-latest/tests/subsys/logging/log_benchmark/src/ |
| D | main.c | 76 #define TEST_VALUE(i, _), i macro 89 LISTIFY(nargs, TEST_VALUE, ())); \ 127 LISTIFY(nargs, TEST_VALUE, ())); \ 172 LISTIFY(nargs, TEST_VALUE, ())); \
|