Home
last modified time | relevance | path

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

/Zephyr-latest/tests/drivers/clock_control/nrf_clock_calibration/src/
Dtest_nrf_clock_calibration.c54 #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
74 zassert_equal(cal_cnt, exp_cal, in test_calibration()
76 line, cal_cnt, exp_cal); in test_calibration()