Searched refs:exp_skip (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/tests/drivers/clock_control/nrf_clock_calibration/src/ |
D | test_nrf_clock_calibration.c | 54 #define TEST_CALIBRATION(exp_cal, exp_skip, sleep_ms) \ argument 55 test_calibration(exp_cal, exp_skip, sleep_ms, __LINE__) 60 static void test_calibration(uint32_t exp_cal, uint32_t exp_skip, in test_calibration() argument 77 zassert_equal(skip_cnt, exp_skip, in test_calibration() 79 line, skip_cnt, exp_skip); in test_calibration()
|