Home
last modified time | relevance | path

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

/Zephyr-latest/tests/drivers/clock_control/nrf_clock_calibration/src/
Dtest_nrf_clock_calibration.c64 int skip_cnt; in test_calibration() local
67 skip_cnt = z_nrf_clock_calibration_skips_count(); in test_calibration()
72 skip_cnt = z_nrf_clock_calibration_skips_count() - skip_cnt; in test_calibration()
77 zassert_equal(skip_cnt, exp_skip, in test_calibration()
79 line, skip_cnt, exp_skip); in test_calibration()