Home
last modified time | relevance | path

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

/qemu/tests/qtest/
H A Dnpcm7xx_adc-test.c208 uint32_t index, input, output, expected_output; in test_convert_internal() local
215 expected_output = adc_calculate_output(input, DEFAULT_IREF); in test_convert_internal()
225 g_assert_cmpuint(output, ==, expected_output); in test_convert_internal()
236 uint32_t index, input, vref, output, expected_output; in test_convert_external() local
245 expected_output = adc_calculate_output(input, vref); in test_convert_external()
256 g_assert_cmpuint(output, ==, expected_output); in test_convert_external()
268 uint32_t index, input, output, expected_output; in test_interrupt() local
273 expected_output = adc_calculate_output(input, DEFAULT_IREF); in test_interrupt()
285 g_assert_cmpuint(output, ==, expected_output); in test_interrupt()
329 uint32_t expected_output; in test_calibrate() local
[all …]