Home
last modified time | relevance | path

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

/hal_intel-3.5.0/zephyr/iut_test/test_zephyr/i2c/
Dtest_i2c_log.c40 static int impl_test_log_i2c(uint32_t sec_run, int mode, uint32_t *err_cnt) in impl_test_log_i2c() argument
106 *err_cnt += error; in impl_test_log_i2c()
123 uint32_t err_cnt = 0; in test_log_i2c_polling() local
131 ret = impl_test_log_i2c(sec_run, POLLING, &err_cnt); in test_log_i2c_polling()
133 iut_case_print("done, ret=%d, err_cnt=%u\n", ret, err_cnt); in test_log_i2c_polling()
144 uint32_t err_cnt = 0; in test_log_i2c_irq() local
152 ret = impl_test_log_i2c(sec_run, IRQ, &err_cnt); in test_log_i2c_irq()
154 iut_case_print("done, ret=%d, err_cnt=%u\n", ret, err_cnt); in test_log_i2c_irq()
166 uint32_t err_cnt = 0; in test_log_i2c_async() local
178 ret = impl_test_log_i2c(sec_run, ASYNC, &err_cnt); in test_log_i2c_async()
[all …]