Searched refs:sec_run (Results 1 – 1 of 1) sorted by relevance
/hal_intel-3.5.0/zephyr/iut_test/test_zephyr/i2c/ |
D | test_i2c_log.c | 40 static int impl_test_log_i2c(uint32_t sec_run, int mode, uint32_t *err_cnt) in impl_test_log_i2c() argument 110 if ((get_sec() - sec_start) >= sec_run) { in impl_test_log_i2c() 121 uint32_t sec_run = 10; in test_log_i2c_polling() local 126 sec_run = (uint32_t)strtoul(argv[0], NULL, 0); in test_log_i2c_polling() 129 iut_case_print("starting to run %d seconds ...\n", sec_run); in test_log_i2c_polling() 131 ret = impl_test_log_i2c(sec_run, POLLING, &err_cnt); in test_log_i2c_polling() 142 uint32_t sec_run = 10; in test_log_i2c_irq() local 147 sec_run = (uint32_t)strtoul(argv[0], NULL, 0); in test_log_i2c_irq() 150 iut_case_print("starting to run %d seconds ...\n", sec_run); in test_log_i2c_irq() 152 ret = impl_test_log_i2c(sec_run, IRQ, &err_cnt); in test_log_i2c_irq() [all …]
|