Home
last modified time | relevance | path

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

/hal_intel-latest/zephyr/iut_test/test_zephyr/i2c/
Dtest_i2c_log.c129 iut_case_print("starting to run %d seconds ...\n", sec_run); in test_log_i2c_polling()
133 iut_case_print("done, ret=%d, err_cnt=%u\n", ret, err_cnt); in test_log_i2c_polling()
150 iut_case_print("starting to run %d seconds ...\n", sec_run); in test_log_i2c_irq()
154 iut_case_print("done, ret=%d, err_cnt=%u\n", ret, err_cnt); in test_log_i2c_irq()
176 iut_case_print("starting to run %d seconds ...\n", sec_run); in test_log_i2c_async()
180 iut_case_print("done, ret=%d, err_cnt=%u\n", ret, err_cnt); in test_log_i2c_async()
181 iut_case_print("finish: async_req:%d, async_rpl:%d, async_err:%d\n", async_req, async_rpl, in test_log_i2c_async()
/hal_intel-latest/zephyr/iut_test/src/
Dtest_example.c11 iut_case_print("argc=%d\n", argc); in test_example_1()
13 iut_case_print("argv=\"%s\"\n", argv[i]); in test_example_1()
23 iut_case_print("argc=%d\n", argc); in test_example_2()
25 iut_case_print("argv=\"%s\"\n", argv[i]); in test_example_2()
/hal_intel-latest/zephyr/iut_test/test_sedi/
Dtest_sedi_rtc.c23 iut_case_print("test loops = %d\n", test_loops); in test_rtc_inc()
30 iut_case_print("loop %d, cnt error, %llu->%llu\n", in test_rtc_inc()
35 iut_case_print("loop %d, us error, %llu->%llu\n", in test_rtc_inc()
45 iut_case_print("test exec time = %u us\n", (uint32_t)(us_rtc - us_start)); in test_rtc_inc()
/hal_intel-latest/zephyr/iut_test/test_zephyr/timer/
Dtest_sys_clock.c35 iut_case_print("to run %u seconds\n", sec_run); in test_sys_clock_freq()
70 iut_case_print("RTC : %llu cycles, %llu us, %u HZ\n", cyc_rtc, us_rtc, hz_rtc); in test_sys_clock_freq()
71 iut_case_print("HPET: %llu cycles, %llu us, %u HZ\n", cyc_hpet, us_hpet, hz_hpet); in test_sys_clock_freq()
72 iut_case_print("SYS CLOCK: %llu cycles, %llu us, %u HZ\n", cyc_sys, us_sys, hz_sys); in test_sys_clock_freq()
/hal_intel-latest/zephyr/iut_test/test_zephyr/dma/
Dtest_dma_m2m.c32 iut_case_print("DMA ch[%d] transfer error, status = %d\n", channel, status); in test_done()
56 iut_case_print("Run with blen=%u\n", blen); in test_dma_m2m()
100 iut_case_print("Test Done after %u | %u us\n", (uint32_t)(us >> 32), (uint32_t)us); in test_dma_m2m()
/hal_intel-latest/zephyr/iut_test/test_zephyr/gpio/
Dtest_gpio.c43 iut_case_print("starting to test gpio pin %d output ...\n", i); in test_gpio_output()
69 iut_case_print("Pin %d Test done\n", i); in test_gpio_output()
/hal_intel-latest/zephyr/iut_test/test_zephyr/x86/
Dtest_fatal.c17 iut_case_print("no way to come here, %d\n", num); in test_divide0()
/hal_intel-latest/zephyr/iut_test/include/
Diut.h47 #define iut_case_print(fmt, arg...) \ macro